From 79ca561b28223915133ebc265243b5250efb64ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 20:37:15 +0000 Subject: [PATCH] chore(deps): update rust crate tower to 0.4.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96d77af..b86c1d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ text = [] 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 = { version = "0.4.13", default-features = false, features = ["util", "make"] } tower-http = { version = "0.5", features = ["util", "map-response-body"] } tower-layer = "0.3" tower-service = "0.3"