From 8766368026bf725318b1ae65eb27bb5bff58e952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:17:53 +0000 Subject: [PATCH] chore(deps): update tower-http requirement from 0.4 to 0.6 Updates the requirements on [tower-http](https://github.com/tower-rs/tower-http) to permit the latest version. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.4.0...tower-http-0.6.8) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- runtime/kms-proxy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/kms-proxy/Cargo.toml b/runtime/kms-proxy/Cargo.toml index 1411445b..305c874b 100644 --- a/runtime/kms-proxy/Cargo.toml +++ b/runtime/kms-proxy/Cargo.toml @@ -19,7 +19,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.6", features = ["cors", "trace"] } redis = { version = "0.27", features = ["tokio-comp"] } metrics = "0.21" metrics-exporter-prometheus = "0.12" \ No newline at end of file