Compare commits
1 Commits
29f40ca289
...
2f4020863b
Author | SHA1 | Date | |
---|---|---|---|
2f4020863b |
15
Cargo.lock
generated
15
Cargo.lock
generated
@ -400,7 +400,7 @@ dependencies = [
|
||||
"rustls-pki-types",
|
||||
"tokio",
|
||||
"tokio-rustls",
|
||||
"webpki-roots 0.26.11",
|
||||
"webpki-roots",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -685,18 +685,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "webpki-roots"
|
||||
version = "0.26.11"
|
||||
version = "0.26.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
|
||||
dependencies = [
|
||||
"webpki-roots 1.0.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "webpki-roots"
|
||||
version = "1.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb"
|
||||
checksum = "37493cadf42a2a939ed404698ded7fb378bf301b5011f973361779a3a74f8c93"
|
||||
dependencies = [
|
||||
"rustls-pki-types",
|
||||
]
|
||||
|
@ -10,5 +10,5 @@ clap = { version = "4.5.37", features = ["env", "derive"] }
|
||||
tokio = { version = "1.45.0", features = ["full"] }
|
||||
tokio-rustls = { version = "0.26.2", features = ["ring", "tls12"], default-features = false }
|
||||
rustls-pki-types = "1.11.0"
|
||||
webpki-roots = "0.26.11"
|
||||
webpki-roots = "0.26.10"
|
||||
rand = "0.9.1"
|
Loading…
x
Reference in New Issue
Block a user