From 0d52271f1519e89b8e3c5e2ee25b12cc803a1059 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Tue, 13 Aug 2024 22:09:16 +0200 Subject: [PATCH] chore(dependencies): bump tower to v0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d2ab33..f5915cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ socket2 = { version = "0.5", optional = true, features = ["all"] } tracing = { version = "0.1", default-features = false, features = ["std"], optional = true } tokio = { version = "1", optional = true, default-features = false } tower-service ={ version = "0.3", optional = true } -tower = { version = "0.4.1", optional = true, default-features = false, features = ["make", "util"] } +tower = { version = "0.5", optional = true, default-features = false, features = ["make", "util"] } [dev-dependencies] hyper = { version = "1.4.0", features = ["full"] }