From 31710b6591ce59585633c7134d9a6f40df6b2259 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:34:06 +0000 Subject: [PATCH] chore(deps): update rust crate tower to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05f9240..06ce35f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ features = ["prost", "transport"] [dev-dependencies] tokio = { version = "1.37", features = [ "rt-multi-thread", "macros" ] } -tower = "0.4" +tower = "0.5"