chore(deps): Bump hyper-util from 0.1.9 to 0.1.10 (#821)

This commit is contained in:
dependabot[bot] 2024-11-05 12:56:21 +08:00 committed by GitHub
parent 29efc6e3c5
commit ec9e7b6eeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1687,9 +1687,9 @@ dependencies = [
[[package]]
name = "hyper-util"
version = "0.1.9"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
dependencies = [
"bytes",
"futures-channel",

View File

@ -34,7 +34,7 @@ dragonfly-api = "=2.0.169"
reqwest = { version = "0.12.4", features = ["stream", "native-tls", "default-tls", "rustls-tls"] }
rcgen = { version = "0.12.1", features = ["x509-parser"] }
hyper = { version = "1.4", features = ["full"] }
hyper-util = { version = "0.1.9", features = [
hyper-util = { version = "0.1.10", features = [
"client",
"client-legacy",
"tokio",