diff --git a/channel/Cargo.toml b/channel/Cargo.toml index 4345a89..bc50f14 100644 --- a/channel/Cargo.toml +++ b/channel/Cargo.toml @@ -33,7 +33,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } futures = "0.3" # futures-util = { version = "0.3.30"} -axum = { version = "0.7.5", features = ["default", "ws"] } +axum = { version = "0.8.1", features = ["default", "ws"] } axum-extra = { version = "0.9.3" } warp = { version = "0.3", features = ["default"] }