From 20c570af7aead43bf9971b2f6a457f50c260f88c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 02:33:05 +0000 Subject: [PATCH] chore(deps): update rust crate tower to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3dc306a..5aa2bc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -172,7 +172,7 @@ tonic-types = { version = "0.12.1", optional = true } [dev-dependencies] chrono = "0.4.38" tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] } -tower = { version = "0.4.13" } +tower = { version = "0.5.0" } http-body-util = "0.1.0" [package.metadata.docs.rs]