From 8d6d7b760e66dabfde7a192528fd69bfc3a06ed1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:24:20 +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 5361cd4..d24aaf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,4 +49,4 @@ features = [ "ansi", "fmt", "parking_lot", "smallvec", "std" ] [dev-dependencies] mockito = "1.2" -tower = { version = "0.4", default-features = false } +tower = { version = "0.5", default-features = false }