From 3eaf1c8887015c3d3839e519ce509fa3be2f17f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:04:43 +0000 Subject: [PATCH] Update async-tungstenite requirement from 0.32 to 0.33 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.32.0...0.33.0) --- updated-dependencies: - dependency-name: async-tungstenite dependency-version: 0.33.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 f133e2f..dedbef2 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.32", default-features = false, features = [ +async-tungstenite = { version = "0.33", default-features = false, features = [ "futures-03-sink", ] } tokio-util = { version = "0.7", default-features = false, features = [