build(deps): bump hyper-util from 0.1.10 to 0.1.11 (#4326)

This commit is contained in:
Quentin Gliech
2025-04-01 16:16:34 +02:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@@ -2371,9 +2371,9 @@ dependencies = [
[[package]]
name = "hyper-util"
version = "0.1.10"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
dependencies = [
"bytes",
"futures-channel",
@@ -2381,6 +2381,7 @@ dependencies = [
"http",
"http-body",
"hyper",
"libc",
"pin-project-lite",
"socket2",
"tokio",

View File

@@ -173,7 +173,7 @@ features = ["client", "http1", "http2"]
# Additional Hyper utilties
[workspace.dependencies.hyper-util]
version = "0.1.10"
version = "0.1.11"
features = [
"client",
"server",