update rustls-channel-resolver
All checks were successful
/ check (armv7-unknown-linux-musleabihf) (push) Successful in 2m8s
/ check (x86_64-unknown-linux-musl) (push) Successful in 2m3s
/ tests (push) Successful in 2m1s
/ deny (push) Successful in 12s
/ clippy (push) Successful in 1m43s
/ check (aarch64-unknown-linux-musl) (push) Successful in 2m7s

This commit is contained in:
asonix 2025-02-09 13:34:53 -06:00
parent 6eea4bcf2e
commit cfaf6d70ef

6
Cargo.lock generated
View file

@ -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",
]