From 9c769577e91ff37e48fc2c787ce1c5a183e579c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 22:44:26 +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 96d77af..29c5eed 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.4", default-features = false, features = ["util", "make"] } -tower-http = { version = "0.5", features = ["util", "map-response-body"] } +tower-http = { version = "0.5.2", features = ["util", "map-response-body"] } tower-layer = "0.3" tower-service = "0.3" tokio = { version = "1", features = ["full"] }