diff --git a/Cargo.toml b/Cargo.toml index c0e28e0..bbbfc2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rust-version = "1.64" [dependencies] thiserror = "1.0" tokio = { version = "1.25.0", features = ["full", "tracing"] } -tokio-tungstenite = "0.18.0" +tokio-tungstenite = "0.19.0" tracing = "0.1.37" lazy_static = "1.4.0" config = "0.13.3"