fix(examples): add missing sink feature for futures-channel in example-testing-websockets (#3773)

Co-authored-by: Hugo Ma <[email protected]>
This commit is contained in:
Hugo Ma
2026-05-18 17:33:17 +02:00
committed by GitHub
co-authored by Hugo Ma
parent d97edd2eb3
commit 7eee934487
+1 -1
View File
@@ -6,7 +6,7 @@ publish = false
[dependencies]
axum = { path = "../../axum", features = ["ws"] }
futures-channel = "0.3"
futures-channel = { version = "0.3", features = ["sink"] }
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
tokio = { version = "1.0", features = ["full"] }
tokio-tungstenite = "0.29"