From 73e092bfdcf7f073dfafd372eb2885fa2f2a8ea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 18:50:52 +0000 Subject: [PATCH] chore(deps): update tokio-tungstenite requirement from 0.28.0 to 0.29.0 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.28.0...v0.29.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/transport/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/transport/Cargo.toml b/examples/transport/Cargo.toml index bbb692521..716b32261 100644 --- a/examples/transport/Cargo.toml +++ b/examples/transport/Cargo.toml @@ -40,7 +40,7 @@ rand = { version = "0.10" } schemars = { version = "1.0", optional = true } hyper = { version = "1", features = ["client", "server", "http1"] } hyper-util = { version = "0.1", features = ["tokio"] } -tokio-tungstenite = "0.28.0" +tokio-tungstenite = "0.29.0" reqwest = { version = "0.13.2" } pin-project-lite = "0.2"