diff --git a/Cargo.lock b/Cargo.lock index 51fa38e..dc0800b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1271,9 +1271,9 @@ checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" [[package]] name = "pem" -version = "3.0.1" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed3127afbfc30b4cad60c34aeb741fb562a808642b81142bcf4afb73142da960" +checksum = "3163d2912b7c3b52d651a055f2c7eec9ba5cd22d26ef75b8dd3a59980b185923" dependencies = [ "base64 0.21.0", "serde", diff --git a/Cargo.toml b/Cargo.toml index eede207..be83a02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1", features = ["full"] } futures = "0.3.25" webpki = "0.22.0" x509-parser = "0.15.1" -pem = "3.0.1" +pem = "3.0.2" reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false } tokio-tungstenite = { version = "0.18.0", features = ["__rustls-tls", "rustls-tls-native-roots"] } urlencoding = "2.1.3"