diff --git a/Cargo.toml b/Cargo.toml index d71e5b1..08f7678 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ tokio = { version = "1", features = ["bytes", "rt-multi-thread", "signal", "trac 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 } +axum = { version = "0.8", optional = true } tower = { version = "0.5", optional = true } [target.'cfg(not(windows))'.dependencies]