From ac78d9cfabe2222e95e6d2cc05c06eeca48cf500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 22:59:26 +0000 Subject: [PATCH] chore(deps): bump hyper-util from 0.1.12 to 0.1.13 Bumps [hyper-util](https://github.com/hyperium/hyper-util) from 0.1.12 to 0.1.13. - [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.12...v0.1.13) --- updated-dependencies: - dependency-name: hyper-util dependency-version: 0.1.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- rpxy-lib/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b66436d..d44cdd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1210,12 +1210,13 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9f1e950e0d9d1d3c47184416723cf29c0d1f93bd8cccf37e4beb6b44f31710" +checksum = "b1c293b6b3d21eca78250dc7dbebd6b9210ec5530e038cbfe0661b5c47ab06e8" dependencies = [ "bytes", "futures-channel", + "futures-core", "futures-util", "http", "http-body", diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index e98d803..4b97463 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -61,7 +61,7 @@ thiserror = "2.0.12" http = "1.3.1" http-body-util = "0.1.3" hyper = { version = "1.6.0", default-features = false } -hyper-util = { version = "0.1.12", features = ["full"] } +hyper-util = { version = "0.1.13", features = ["full"] } futures-util = { version = "0.3.31", default-features = false } futures-channel = { version = "0.3.31", default-features = false }