diff --git a/Cargo.lock b/Cargo.lock index b530b62..9506afa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1285,9 +1285,9 @@ checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" [[package]] name = "pem" -version = "3.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3163d2912b7c3b52d651a055f2c7eec9ba5cd22d26ef75b8dd3a59980b185923" +checksum = "1b8fcc794035347fb64beda2d3b462595dd2753e3f268d89c5aae77e8cf2c310" dependencies = [ "base64 0.21.0", "serde", diff --git a/Cargo.toml b/Cargo.toml index 4d2defd..62b1dc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1", features = ["full"] } futures = "0.3.29" webpki = "0.22.4" x509-parser = "0.15.1" -pem = "3.0.2" +pem = "3.0.3" 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"