From f156f65a154ffc3e408fb77917e330c9b179972b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:54:28 +0000 Subject: [PATCH] Update Rust crate tower to 0.5.1 --- src/abacus/server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/abacus/server/Cargo.toml b/src/abacus/server/Cargo.toml index 7877343958..6a0b7bfe6e 100644 --- a/src/abacus/server/Cargo.toml +++ b/src/abacus/server/Cargo.toml @@ -56,4 +56,4 @@ insta = { version = "1.40.0", default-features = false, features = ["colors", "r mime = "0.3.17" proptest = "1.5.0" tokio = { version = "1.40.0", default-features = false, features = ["full"] } -tower = "0.4.13" +tower = "0.5.1"