diff --git a/channel/Cargo.toml b/channel/Cargo.toml index 597eff1..88d948d 100644 --- a/channel/Cargo.toml +++ b/channel/Cargo.toml @@ -30,7 +30,7 @@ futures = "0.3" # futures-util = { version = "0.3.30"} axum = { version = "0.7.5", features = ["default", "ws"] } -axum-extra = { version = "0.9.3" } +axum-extra = { version = "0.10.0" } warp = { version = "0.3", features = ["default"] }