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:
renovate[bot]
2025-05-06 23:23:38 +08:00
committed by GitHub
parent b2a52cbd00
commit cc4b6adfbd

View File

@@ -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",