diff --git a/Cargo.toml b/Cargo.toml index 8365190..374647e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ rustls-webpki = { version = "0.101.4", default-features = false, features = [ "std", ] } webpki-roots = "0.25.2" -rustls-native-certs = "0.6" +rustls-native-certs = "0.7" x509-parser = "0.15.0" zeroize = { version = "1", features = ["zeroize_derive"] } socket2 = "0.5.3"