From fd238b1d1b2a5b3d17cd2537bcd50acc8e33da63 Mon Sep 17 00:00:00 2001 From: Simon Wicky Date: Wed, 17 Apr 2024 10:14:00 +0200 Subject: [PATCH] fix dependency workspace typo (#4542) --- gateway/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/Cargo.toml b/gateway/Cargo.toml index 21f622c0ba..4f53de6ef6 100644 --- a/gateway/Cargo.toml +++ b/gateway/Cargo.toml @@ -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 }