From 762d4270ec61ff068601eec8c03aa55f2685b67d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 11:03:58 +0000 Subject: [PATCH] build(deps): update hyper requirement from 0.14 to 1.9 Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.0...v1.9.0) --- updated-dependencies: - dependency-name: hyper dependency-version: 1.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- runtime/kms-proxy/Cargo.toml | 2 +- runtime/sidecar-watcher/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/kms-proxy/Cargo.toml b/runtime/kms-proxy/Cargo.toml index 1411445b2..4dfee8310 100644 --- a/runtime/kms-proxy/Cargo.toml +++ b/runtime/kms-proxy/Cargo.toml @@ -17,7 +17,7 @@ base64 = "0.21" sha2 = "0.10" hmac = "0.12" hex = "0.4" -hyper = { version = "0.14", features = ["full"] } +hyper = { version = "1.9", features = ["full"] } tower = "0.4" tower-http = { version = "0.4", features = ["cors", "trace"] } redis = { version = "0.27", features = ["tokio-comp"] } diff --git a/runtime/sidecar-watcher/Cargo.toml b/runtime/sidecar-watcher/Cargo.toml index 37b023a6d..2a59ca231 100644 --- a/runtime/sidecar-watcher/Cargo.toml +++ b/runtime/sidecar-watcher/Cargo.toml @@ -8,7 +8,7 @@ autotests = false [dependencies] anyhow = "1.0" -hyper = { version = "0.14", features = ["full"] } +hyper = { version = "1.9", features = ["full"] } tokio = { version = "1.0", features = ["full", "rt-multi-thread", "macros"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"