From 44a5187c77cb19fbded311dad5798dd4fed0fb48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 18:22:26 +0000 Subject: [PATCH] chore(deps): update tungstenite requirement Updates the requirements on [tungstenite](https://github.com/snapview/tungstenite-rs) to permit the latest version. Updates `tungstenite` to 0.26.2 - [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tungstenite-rs/compare/v0.17.0...v0.26.2) --- updated-dependencies: - dependency-name: tungstenite dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5abff50..166f43d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ hyper-trust-dns = { version = "0.4.2", features = [ "rustls-webpki" ] } rand = "0.8.5" -tungstenite = "0.17" +tungstenite = "0.26" url = "2.2" criterion = "0.3.5"