fix dependency workspace typo (#4542)

This commit is contained in:
Simon Wicky
2024-04-17 10:14:00 +02:00
committed by GitHub
parent 1f2d888626
commit fd238b1d1b
+1 -1
View File
@@ -50,7 +50,7 @@ tokio = { workspace = true, features = [
"time",
] }
tokio-stream = { version = "0.1.11", features = ["fs"] }
tokio-tungstenite = { vworkspace = true }
tokio-tungstenite = { workspace = true }
tokio-util = { workspace = true, features = ["codec"] }
url = { workspace = true, features = ["serde"] }
time = { workspace = true }