From f2596f862db988f31b1467b43c88eed985b5065e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 06:21:32 +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.0) --- updated-dependencies: - dependency-name: tower-http 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 68c312c0..782fb3bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ axum = "0.7" hyper = { version = "1.4", features = ["full"] } tokio = { version = "1", features = ["full"] } tower = { version = "0.5", features = ["util"] } -tower-http = { version = "0.5", features = ["add-extension"] } +tower-http = { version = "0.6", features = ["add-extension"] } [package.metadata.docs.rs] all-features = true