From 99a86c0fac9a2b7ab19f93490bd9a6fc5bbc65c0 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Tue, 4 Mar 2025 12:55:43 +0100 Subject: [PATCH] build(deps): bump minimum supported rustls to v0.23.18 (#1063) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d909bd..52f2662 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ percent-encoding = { version = "2.3", optional = true } ## tls native-tls = { version = "0.2.9", optional = true } # feature -rustls = { version = "0.23.5", default-features = false, features = ["logging", "std", "tls12"], optional = true } +rustls = { version = "0.23.18", default-features = false, features = ["logging", "std", "tls12"], optional = true } rustls-native-certs = { version = "0.8", optional = true } webpki-roots = { version = "0.26", optional = true } boring = { version = "4", optional = true }