diff --git a/Cargo.toml b/Cargo.toml index 6459e06..a67ba8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.0", features = ["io-util", "net", "time"] } tokio-rustls = { version = "0.24", optional = true } tracing = "0.1.29" -webpki-roots = "0.23" +webpki-roots = "0.24" [dev-dependencies] regex = "1.5"