From 5c9bd8c2b62a7b99a62fa1e1f6df95311ac0d9ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 18:12:55 +0000 Subject: [PATCH] Update tower-http requirement from 0.5 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.5.0...tower-http-0.6.10) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a2930a8..4fbe17b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ toml = "0.8" openssl = { version = "0.10", features = ["vendored"] } urlencoding = "2.1" axum = "0.8" -tower-http = { version = "0.5", features = ["cors", "fs"] } +tower-http = { version = "0.6", features = ["cors", "fs"] } chrono = "0.4" async-trait = "0.1" async-stream = "0.3"