diff --git a/Cargo.lock b/Cargo.lock index 720c8fe..109d412 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1348,11 +1348,11 @@ checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" [[package]] name = "pem" -version = "3.0.3" +version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b8fcc794035347fb64beda2d3b462595dd2753e3f268d89c5aae77e8cf2c310" +checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" dependencies = [ - "base64 0.21.7", + "base64 0.22.0", "serde", ] diff --git a/Cargo.toml b/Cargo.toml index f80c93a..004c0d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1.37.0", features = ["full"] } futures = "0.3.30" webpki = "0.22.4" x509-parser = "0.16.0" -pem = "3.0.3" +pem = "3.0.4" reqwest = { version = "0.12.3", features = ["json", "rustls-tls"], default-features = false } tokio-tungstenite = { version = "0.20.0", features = ["__rustls-tls", "rustls-tls-native-roots"] } urlencoding = "2.1.3"