diff --git a/Cargo.toml b/Cargo.toml index bede934..d19c784 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ better-panic = "0.3.0" libloading = "0.7.3" simplelog = "0.12.0" tokio-tungstenite = "0.17.2" -tungstenite = "0.17.2" +tungstenite = "0.17.3" clap = { version = "3.2.11", features = ["derive"] } futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] } log = { version = "0.4.17", features = ["release_max_level_info", "max_level_debug"] }