From a9a327bb17efb0ac72ea95712cc4ef1099881f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:34:11 +0000 Subject: [PATCH] build(deps): update tungstenite requirement from 0.24 to 0.26 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.24.0...v0.26.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 e255133d..0334170e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ tempfile = { version = "3", optional = true } [dev-dependencies] env_logger = "0.11" serde = { version = "1", features = ["derive"] } -tungstenite = "0.24" +tungstenite = "0.26" url = "2" webbrowser = "1.0" ron = "0.8"