From 7699f27998e90ecb12ad562588a8443bd908c2d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:21:05 +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 bd347f2c..8cc4d6a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ serde = { version = "^1.0.200", features = ["serde_derive"] } serde_json = "^1.0.116" thiserror = "^1.0.59" tower = "^0.4.13" -tower-http = { version = "^0.5.2", features = [ +tower-http = { version = "^0.6.0", features = [ "tracing", "trace", "metrics",