From 3b2a1412fd07b382e0c79ded538fb922ac921595 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Mar 2025 04:04:29 +0000 Subject: [PATCH] Update Rust crate tower to 0.5.0 --- crates/testkit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/testkit/Cargo.toml b/crates/testkit/Cargo.toml index 1003f60..2ce4727 100644 --- a/crates/testkit/Cargo.toml +++ b/crates/testkit/Cargo.toml @@ -50,7 +50,7 @@ hyper-util = { version = "0.1.7", features = [ ] } testcontainers = { version = "0.21.0", optional = true } tokio = "1.39.3" -tower = { version = "0.4.13", features = ["util"] } +tower = { version = "0.5.0", features = ["util"] } [dev-dependencies] tokio = { version = "1.39.3", features = ["rt", "macros"] }