From 59e44a5a6a12f740ae130ec296b072a040b0ae61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:19:02 +0000 Subject: [PATCH] build(deps): bump hyper-util from 0.1.6 to 0.1.7 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.6 to 0.1.7. - [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.6...v0.1.7) --- updated-dependencies: - dependency-name: hyper-util 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 c6201fc..481b1dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -844,9 +844,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956" +checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 32526b3..0c43bc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } semver = "1.0.23" url = "2.5.2" futures = "0.3.30" -hyper-util = "0.1.6" +hyper-util = "0.1.7" tap = "1.0.1" reqwest = { version = "=0.12.5", default-features = false, features = ["json", "rustls-tls"] } nondestructive = "0.0.25"