From e303383607100287b86a508ef3703efa02b7541a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 18:19:18 +0000 Subject: [PATCH] fix(deps): update rust crate tungstenite to 0.17.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }