From c4efc2cb8b080ba26e731374296ee59177bb2607 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 23:34:04 +0000 Subject: [PATCH] fix(deps): update rust crate tower-http to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3741c1..96b8b39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde_json = {version = "1.0.116", optional = true} maud = { version="0.26.0", features = ["axum"], optional = true } axum = { version = "0.7.5", optional = true} tower-cookies = { version = "0.10.0", features = ["signed", "private", "axum-core"], optional = true} -tower-http = { version = "0.5.2", features = ["tracing", "trace", "compression-gzip"], optional = true } +tower-http = { version = "0.6.0", features = ["tracing", "trace", "compression-gzip"], optional = true } url = { version = "2.5.0", optional = true } email_address = {version = "0.2.4", optional = true}