From b9d602779ba32de9d6a15e8830bcf33c062e0885 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 21:46:55 +0000 Subject: [PATCH] chore(deps): update rust crate tower-http to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d95bb2..9740ee0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ futures = "0.3" hyper = "1" reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "multipart"] } tower = { version = "0.5", default-features = false, features = ["util", "make"] } -tower-http = { version = "0.5", features = ["util", "map-response-body"] } +tower-http = { version = "0.6", features = ["util", "map-response-body"] } tower-layer = "0.3" tower-service = "0.3" tokio = { version = "1", features = ["full"] }