From 926da19074bc17556a7cb1c6dc4a120c423fdb0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:00:22 +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 9a5d518..961e4e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ tempfile = { version = "3.8", optional = true } axum = "0.7" ctrlc = { version = "3", features = ["termination"] } tokio = { version = "1", features = ["full"] } -tower-http = { version = "0.5", features = ["trace"] } +tower-http = { version = "0.6", features = ["trace"] } tracing-subscriber = "0.3" ureq = "2"