From 59ec454e68d3eee29a02cc5909e88f75158d693f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 11:01:19 +0000 Subject: [PATCH] build(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.11) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.11 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 1411445b2..305c874b0 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