diff --git a/Cargo.toml b/Cargo.toml index 1e25ed18..c437d7da 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.23.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 }