Update to webpki-roots 1 (#4042)

This commit is contained in:
tottoto 2026-02-06 09:58:33 +09:00 committed by GitHub
parent 8189f897ce
commit 9645a9ad8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 11 deletions

11
Cargo.lock generated
View File

@ -3605,7 +3605,7 @@ dependencies = [
"tracing",
"url",
"uuid",
"webpki-roots 0.26.11",
"webpki-roots",
]
[[package]]
@ -4798,15 +4798,6 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
version = "0.26.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
dependencies = [
"webpki-roots 1.0.1",
]
[[package]]
name = "webpki-roots"
version = "1.0.1"

View File

@ -56,7 +56,7 @@ tokio = { workspace = true, optional = true }
native-tls = { version = "0.2.10", optional = true }
rustls = { version = "0.23.24", default-features = false, features = ["std", "tls12"], optional = true }
webpki-roots = { version = "0.26", optional = true }
webpki-roots = { version = "1", optional = true }
rustls-native-certs = { version = "0.8.0", optional = true }
# Type Integrations