From b4613f4ecd04bf00d046c06e2f656455181d97a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:01:15 +0000 Subject: [PATCH] Bump winit from 0.30.5 to 0.30.7 Bumps [winit](https://github.com/rust-windowing/winit) from 0.30.5 to 0.30.7. - [Release notes](https://github.com/rust-windowing/winit/releases) - [Changelog](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/winit/compare/v0.30.5...v0.30.7) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cab0c35..545f94f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5801,9 +5801,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winit" -version = "0.30.5" +version = "0.30.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0be9e76a1f1077e04a411f0b989cbd3c93339e1771cb41e71ac4aee95bfd2c67" +checksum = "dba50bc8ef4b6f1a75c9274fb95aa9a8f63fbc66c56f391bd85cf68d51e7b1a3" dependencies = [ "ahash", "android-activity", diff --git a/Cargo.toml b/Cargo.toml index c4a21a14..687ed530 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ walkdir = "2.5.0" criterion = { version = "0.5", features = ["html_reports"] } test-case = "3.3.1" gtk4 = "0.9.5" -winit = "0.30.5" +winit = "0.30.7" cookie = { version = "0.18.1", features = ["secure", "private"] } url = "2.5.4" clap = { version = "4.5.21", features = ["derive"] }