From 49c7c32d00e05669d2b36e7f445d0676feb9782a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:47:05 +0000 Subject: [PATCH] Bump hyper-util from 0.1.4 to 0.1.5 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.4 to 0.1.5. - [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.4...v0.1.5) --- 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 6c6a9a1..6591155 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1325,9 +1325,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d8d52be92d09acc2e01dddb7fde3ad983fc6489c7db4837e605bc3fca4cb63e" +checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index fcb2fe8..06fdacd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ handlebars = "5.1.2" http-body-util = "0.1.1" hyper = { version = "1.3.1", features = ["http2", "http1"] } hyper-rustls = "0.26" -hyper-util = { version = "0.1.4", features = ["http2", "http1", "full"] } +hyper-util = { version = "0.1.5", features = ["http2", "http1", "full"] } libc = "0.2.155" log = "0.4.21" metrics = "0.22.3"