From cc4b6adfbd77c5fd2112b63d0e6830e5264012ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 23:23:38 +0800 Subject: [PATCH] fix(deps): update rust crate webpki-roots to v1 (#1951) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/shadowsocks-service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/shadowsocks-service/Cargo.toml b/crates/shadowsocks-service/Cargo.toml index d8a0a740..305f7264 100644 --- a/crates/shadowsocks-service/Cargo.toml +++ b/crates/shadowsocks-service/Cargo.toml @@ -149,7 +149,7 @@ tokio = { version = "1.38", features = [ ] } tokio-native-tls = { version = "0.3", optional = true } native-tls = { version = "0.2.8", optional = true, features = ["alpn"] } -webpki-roots = { version = "0.26", optional = true } +webpki-roots = { version = "1.0", optional = true } tokio-rustls = { version = "0.26", optional = true, default-features = false, features = [ "logging", "tls12",