mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
fix(deps): update rust crate webpki-roots to v1 (#1951)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user