From c10d9cd1aabebccb9de5616e7010589c694e6d58 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 23 Feb 2024 09:00:23 +0000 Subject: [PATCH] chore(deps): update rust crate tower-http to 0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 811e3c9..aa6a1e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ hyper = { version = "0.14.26" } tokio = { version = "1.28.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = {version = "0.3.17", features = ["env-filter"] } -tower-http = { version = "0.4.0", features = ["fs", "trace", "auth"] } +tower-http = { version = "0.5.2", features = ["fs", "trace", "auth"] } tar = "0.4.38" flate2 = "1.0.26" tokio-util = { version = "0.7.8", features = ["io"] }