1
0
mirror of https://github.com/containers/netavark.git synced 2026-02-05 06:45:56 +01:00

fix(deps): update rust crate hyper-util to 0.1.20

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-02-02 14:38:15 +00:00
committed by GitHub
parent 58f2979689
commit d082033ff6
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@@ -824,13 +824,12 @@ dependencies = [
[[package]]
name = "hyper-util"
version = "0.1.19"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"http",
"http-body",

View File

@@ -60,7 +60,7 @@ futures-channel = "0.3.31"
futures-core = "0.3.31"
futures-util = "0.3.31"
tower = { version = "0.5.3", features = ["util"] }
hyper-util = "0.1.19"
hyper-util = "0.1.20"
[build-dependencies]
chrono = { version = "0.4.43", default-features = false, features = ["clock"] }