mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2025-02-23 08:56:17 +00:00
update rustls-channel-resolver
This commit is contained in:
parent
6eea4bcf2e
commit
cfaf6d70ef
1 changed files with 3 additions and 3 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -2870,11 +2870,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rustls-channel-resolver"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "10e15a1550bf8261ce5cb3b40930bdcb8c38f9a0e930f1546a86f3fd53375c50"
|
||||
checksum = "173e7e58f0cbb61d2ea2b21af1b5ed6e35fa6c17818fc2cc5d903b44b4715d01"
|
||||
dependencies = [
|
||||
"rand 0.8.5",
|
||||
"rand 0.9.0",
|
||||
"rustls",
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue