diff --git a/Cargo.toml b/Cargo.toml index 213f56e..b7af528 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,6 +28,6 @@ argh = "0.1" tokio = { version = "1.0", features = ["full"] } futures-util = "0.3.1" lazy_static = "1" -webpki-roots = "0.22" +webpki-roots = "0.23.1" rustls-pemfile = "1" webpki = { package = "rustls-webpki", version = "0.100.0", features = ["alloc", "std"] }