From c369e6314e0b95efe01cca5735edf00524b6d1bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 06:33:26 +0000 Subject: [PATCH] Update tower-http requirement from 0.4.4 to 0.5.0 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.4.4...tower-http-0.5.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 813db91..9efeecf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "1.0.50" tokio = { version = "1.34.0", features = ["full"] } tower = "0.4.13" tower-default-headers = "0.1.1" -tower-http = { version = "0.4.4", features = ["trace", "cors", "compression-full", "request-id", "timeout"] } +tower-http = { version = "0.5.0", features = ["trace", "cors", "compression-full", "request-id", "timeout"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } uuid = { version = "1.6.1", features = ["serde", "v7"] }