diff options
Diffstat (limited to 'karld/Cargo.toml')
-rw-r--r-- | karld/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/karld/Cargo.toml b/karld/Cargo.toml index 9e2d926..fc6c223 100644 --- a/karld/Cargo.toml +++ b/karld/Cargo.toml @@ -15,9 +15,9 @@ serde_json = "1.0.81" chrono = "0.4.19" lazy_static = "1.4.0" -websocket = { version = "0.26.5", optional = true } +tungstenite = { version = "0.17.3", optional = true } [features] default = ["websocket", "unix"] -websocket = ["dep:websocket"] +websocket = ["dep:tungstenite"] unix = [] |