From 43e03b4e2614a322c2c6cbcb64fecf6fa37c354b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:43:23 +0000 Subject: [PATCH] Update tokio-tungstenite requirement from 0.20 to 0.26 Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tokio-tungstenite/compare/v0.20.0...v0.26.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index dd91580..34d7f1a 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -23,7 +23,7 @@ serde = "1.0" serde_json = "1.0" thiserror = "1.0" tokio = { version = "1.25", features = ["net", "sync"], optional = true } -tokio-tungstenite = { version = "0.20", optional = true } +tokio-tungstenite = { version = "0.26", optional = true } url = "2.3" wasm-bindgen = { version = "0.2", optional = true } wasm-bindgen-futures = { version = "0.4", optional = true }