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:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user