Update Rust crate webpki-roots to 1.0.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-20 00:22:32 +00:00
parent 743904b1bf
commit 11bcc632da
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -688,9 +688,9 @@ dependencies = [
[[package]]
name = "webpki-roots"
version = "1.0.0"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb"
checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502"
dependencies = [
"rustls-pki-types",
]

View File

@ -10,5 +10,5 @@ clap = { version = "4.5.40", features = ["env", "derive"] }
tokio = { version = "1.45.1", features = ["full"] }
tokio-rustls = { version = "0.26.2", features = ["ring", "tls12"], default-features = false }
rustls-pki-types = "1.12.0"
webpki-roots = "1.0.0"
webpki-roots = "1.0.1"
rand = "0.9.1"