From e5c19de1a3bf7af41afdbd16f1fa95cc9459e254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 04:49:38 +0000 Subject: [PATCH] fix(deps): bump hyper-util from 0.1.14 to 0.1.15 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.14 to 0.1.15. - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper-util/compare/v0.1.14...v0.1.15) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a7a787f2..e1472bc3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2999,9 +2999,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb" +checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 5f28a8152..d69e0361e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ hex = "0.4.3" http = "1.2.0" http-body-util = "0.1.3" hyper = { version = "1.6.0", features = ["server"] } -hyper-util = { version = "0.1.11", features = ["tokio"] } +hyper-util = { version = "0.1.15", features = ["tokio"] } indicatif = "0.17.11" indoc = "2.0.6" insta = "1.43.1"