From 20308c853cfe841e2a22c1863ff9147c08989f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 00:34:35 +0000 Subject: [PATCH] chore(deps): bump tower-http from 0.4.4 to 0.5.2 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.4.4 to 0.5.2. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.4.4...tower-http-0.5.2) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- runtime/kms-proxy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39f545138..e4139afb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2187,7 +2187,7 @@ dependencies = [ "sha2", "tokio", "tower 0.4.13", - "tower-http 0.4.4", + "tower-http 0.5.2", "tracing", "tracing-subscriber", "uuid", diff --git a/runtime/kms-proxy/Cargo.toml b/runtime/kms-proxy/Cargo.toml index 52d1d9c73..188f4ab40 100644 --- a/runtime/kms-proxy/Cargo.toml +++ b/runtime/kms-proxy/Cargo.toml @@ -20,7 +20,7 @@ hmac = "0.12" hex = "0.4" hyper = { version = "0.14", features = ["full"] } tower = "0.4" -tower-http = { version = "0.4", features = ["cors", "trace"] } +tower-http = { version = "0.5", features = ["cors", "trace"] } redis = { version = "0.27", features = ["tokio-comp"] } metrics = "0.21" metrics-exporter-prometheus = "0.12" \ No newline at end of file