diff --git a/Cargo.toml b/Cargo.toml index 92e8fc5..48fa7ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ native-tls = { version = "0.2", optional = true } # feature rustls = { version = "0.21", features = ["dangerous_configuration"], optional = true } rustls-pemfile = { version = "1", optional = true } rustls-native-certs = { version = "0.6.2", optional = true } -webpki-roots = { version = "0.23", optional = true } +webpki-roots = { version = "0.24", optional = true } boring = { version = "2.0.0", optional = true } # async