From f3a469431eca81e5781152da5bd37747fdb8d4e7 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Thu, 27 Jul 2023 08:02:31 +0200 Subject: [PATCH] Bump webpki-roots 0.25 (#890) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48fa7ff..0ef8701 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.24", optional = true } +webpki-roots = { version = "0.25", optional = true } boring = { version = "2.0.0", optional = true } # async