diff --git a/Cargo.toml b/Cargo.toml index 8365190..a15193f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ url = "2" rustls-webpki = { version = "0.101.4", default-features = false, features = [ "std", ] } -webpki-roots = "0.25.2" +webpki-roots = "0.26.1" rustls-native-certs = "0.6" x509-parser = "0.15.0" zeroize = { version = "1", features = ["zeroize_derive"] }