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"] }