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.19

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-03 14:10:02 +00:00
committed by GitHub
parent f2df7bdf11
commit eaa44031d1
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -836,9 +836,9 @@ dependencies = [
[[package]]
name = "hyper-util"
version = "0.1.18"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56"
checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
dependencies = [
"bytes",
"futures-channel",

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.2", features = ["util"] }
hyper-util = "0.1.18"
hyper-util = "0.1.19"
[build-dependencies]
chrono = { version = "0.4.42", default-features = false, features = ["clock"] }