diff --git a/Cargo.toml b/Cargo.toml index 402f9e7..9c42a98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,6 @@ rustls-pemfile = "2.1.2" tokio-rustls = { version = "0.26.0", default-features = false } pkcs8 = { version = "0.10.2", features = ["encryption", "pem", "std"] } pem = "3.0.4" -webpki = "0.22.4" pki-types = { package = "rustls-pki-types", version = "1" } rustls = { version = "0.23.12", default-features = false, features = ["std"] }