From 885c65c65bb8fa87ea3f17509984c7e90f6d6630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 06:57: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.0) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- thirtyfour/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirtyfour/Cargo.toml b/thirtyfour/Cargo.toml index d79cc98..e5918de 100644 --- a/thirtyfour/Cargo.toml +++ b/thirtyfour/Cargo.toml @@ -74,7 +74,7 @@ assert_matches = "1.5" axum = "0.7" color-eyre = "0.6" rstest = { version = "0.22.0", default-features = false } -tower-http = { version = "0.5", features = ["fs"] } +tower-http = { version = "0.6", features = ["fs"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] } tokio = { version = "1", features = ["rt-multi-thread"] }