From 15dd94fe17225a7d47a92df8449bb52af8a8f2b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:33:26 +0200 Subject: [PATCH] fix(deps): update rust crate tower to 0.5 (#285) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b593e2d..7b0ce41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ tokio-stream = { version = "0.1", optional = true } hyper-rustls = { version = "0.27", features = ["rustls-native-certs", "http2"], optional = true } tokio-tungstenite = { version = "0.24.0", features = ["rustls-tls-native-roots"], optional = true } axum = { version = "0.7", optional = true } -tower = { version = "0.4", optional = true } +tower = { version = "0.5", optional = true } [target.'cfg(not(windows))'.dependencies] signal-hook = { version = "0.3", default-features = false, features = ["extended-siginfo"], optional = true }