Merge pull request 'Update Rust crate webpki-roots to 1.0.2' (#37) from renovate/webpki-roots-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -707,9 +707,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "webpki-roots"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502"
|
||||
checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2"
|
||||
dependencies = [
|
||||
"rustls-pki-types",
|
||||
]
|
||||
|
@@ -10,5 +10,5 @@ clap = { version = "4.5.41", features = ["env", "derive"] }
|
||||
tokio = { version = "1.46.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.1"
|
||||
webpki-roots = "1.0.2"
|
||||
rand = "0.9.1"
|
Reference in New Issue
Block a user