From e0c9afa1da0c6de51232d8bb807d5e39a18f43ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:04:12 +0000 Subject: [PATCH] Update async-tungstenite requirement from 0.33 to 0.34 Updates the requirements on [async-tungstenite](https://github.com/sdroege/async-tungstenite) to permit the latest version. - [Changelog](https://github.com/sdroege/async-tungstenite/blob/main/CHANGELOG.md) - [Commits](https://github.com/sdroege/async-tungstenite/compare/0.33.0...0.34.0) --- updated-dependencies: - dependency-name: async-tungstenite dependency-version: 0.34.0 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 dedbef2..17c3d29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ bytes = "1.10.1" reqwest-middleware = { version = "0.5.0", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -async-tungstenite = { version = "0.33", default-features = false, features = [ +async-tungstenite = { version = "0.34", default-features = false, features = [ "futures-03-sink", ] } tokio-util = { version = "0.7", default-features = false, features = [