From d082033ff638eb7cd06c6ef4714c1a6652c90d7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:38:15 +0000 Subject: [PATCH] fix(deps): update rust crate hyper-util to 0.1.20 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf7732b..466d7cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 7254c52..ffb35d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }