From 67387a3f96171cbbce3ed527a37630068df13b72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 21:38:53 +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 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 070aaac..4729e6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -572,12 +572,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/Cargo.toml b/Cargo.toml index 4048149..f1ee7f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ version = "0.15.0" [workspace.dependencies] anyhow = "1.0.98" delegate = "0.13.3" -hyper-util = "0.1.12" +hyper-util = "0.1.13" kube = { version = "0.99.0" } k8s-openapi = { version = "0.24.0" } once_cell = "1.21.3"