From bb07a4fbec65ce6ff848e15a68cae03ff5f3104f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:45:25 +0000 Subject: [PATCH] chore(deps): bump tungstenite from 0.23.0 to 0.24.0 Bumps [tungstenite](https://github.com/snapview/tungstenite-rs) from 0.23.0 to 0.24.0. - [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tungstenite-rs/compare/v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: tungstenite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/yourcontrols/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4dbf4121..8fe76723 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2216,9 +2216,9 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8" +checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" dependencies = [ "byteorder", "bytes", diff --git a/src/yourcontrols/Cargo.toml b/src/yourcontrols/Cargo.toml index 47ef8254..cb0653b0 100644 --- a/src/yourcontrols/Cargo.toml +++ b/src/yourcontrols/Cargo.toml @@ -33,7 +33,7 @@ serde_yaml = "0.8" simconnect = "0.3.2" simplelog = "0.12" spin_sleep = "1.1" -tungstenite = "0.23" +tungstenite = "0.24" util = "0.1" web-view = "0.7" zip = "2.1"