From e17edc878ff9e52cd98bdeb0851203812ad23826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:18:35 +0000 Subject: [PATCH] chore(deps): update tower requirement from 0.4 to 0.5 Updates the requirements on [tower](https://github.com/tower-rs/tower) to permit the latest version. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](https://github.com/tower-rs/tower/compare/tower-0.4.0...tower-0.5.3) --- updated-dependencies: - dependency-name: tower dependency-version: 0.5.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- runtime/attestor/Cargo.toml | 2 +- runtime/kms-proxy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/attestor/Cargo.toml b/runtime/attestor/Cargo.toml index a76ec9cf..3cc131f5 100644 --- a/runtime/attestor/Cargo.toml +++ b/runtime/attestor/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] tokio = { version = "1.0", features = ["full"] } axum = "0.7" -tower = "0.4" +tower = "0.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde-big-array = "0.4" diff --git a/runtime/kms-proxy/Cargo.toml b/runtime/kms-proxy/Cargo.toml index 1411445b..5fd693c4 100644 --- a/runtime/kms-proxy/Cargo.toml +++ b/runtime/kms-proxy/Cargo.toml @@ -18,7 +18,7 @@ sha2 = "0.10" hmac = "0.12" hex = "0.4" hyper = { version = "0.14", features = ["full"] } -tower = "0.4" +tower = "0.5" tower-http = { version = "0.4", features = ["cors", "trace"] } redis = { version = "0.27", features = ["tokio-comp"] } metrics = "0.21"