diff --git a/Cargo.toml b/Cargo.toml index 0cac34ce..e7ac7785 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,4 +30,4 @@ futures-util = "0.3.1" lazy_static = "1" webpki-roots = "0.25" rustls-pemfile = "1" -webpki = { package = "rustls-webpki", version = "0.100.0", features = ["alloc", "std"] } +webpki = { package = "rustls-webpki", version = "0.101.2", features = ["alloc", "std"] }