From 85a728319ca2717ebcc2c3a4174c66a033fa91ef Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Fri, 4 Aug 2023 00:36:42 +0000 Subject: [PATCH] Update Rust crate x509-parser to 0.15.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a7b248..adac769 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2335,9 +2335,9 @@ dependencies = [ [[package]] name = "x509-parser" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bab0c2f54ae1d92f4fcb99c0b7ccf0b1e3451cbd395e5f115ccbdbcb18d4f634" +checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" dependencies = [ "asn1-rs", "data-encoding", diff --git a/Cargo.toml b/Cargo.toml index f88c566..34e2077 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde = { version = "1.0.181", features = ["derive"] } tokio = { version = "1", features = ["full"] } futures = "0.3.25" webpki = "0.22.0" -x509-parser = "0.15.0" +x509-parser = "0.15.1" pem = "2.0.1" reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false } tokio-tungstenite = { version = "0.18.0", features = ["__rustls-tls", "rustls-tls-native-roots"] }