From 501a39d885379d85ded9a79dfa75b93c528f8ac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:20:51 +0000 Subject: [PATCH] Update tungstenite requirement from 0.21.0 to 0.23.0 Updates the requirements on [tungstenite](https://github.com/snapview/tungstenite-rs) to permit the latest version. - [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tungstenite-rs/compare/v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c3bcb18..8d0b54dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0" error-chain = { version = "0.12.4", default-features = false } reqwest = { version = "0.11.24", features = ["blocking", "json"] } -tungstenite = { version = "0.21.0", features = ["native-tls"] } +tungstenite = { version = "0.23.0", features = ["native-tls"] } url = "2.5.0" clap = "4.5.2"