From 153c936df3a8a2f92b00bbaec8fc8e872f68b452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 04:32:46 +0000 Subject: [PATCH] Bump winit from 0.30.12 to 0.30.13 Bumps [winit](https://github.com/rust-windowing/winit) from 0.30.12 to 0.30.13. - [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.12...v0.30.13) --- updated-dependencies: - dependency-name: winit dependency-version: 0.30.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79339485..04fb4e6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3698,9 +3698,9 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "winit" -version = "0.30.12" +version = "0.30.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c66d4b9ed69c4009f6321f762d6e61ad8a2389cd431b97cb1e146812e9e6c732" +checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d" dependencies = [ "ahash", "android-activity", diff --git a/client/Cargo.toml b/client/Cargo.toml index 03d9c9aa..fff74481 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -16,7 +16,7 @@ ash = { version = "0.38.0", default-features = false, features = ["loaded", "deb lahar = { git = "https://github.com/Ralith/lahar", rev = "7963ae5750ea61fa0a894dbb73d3be0ac77255d2" } yakui = "0.3.0" yakui-vulkan = "0.3.0" -winit = "0.30.4" +winit = "0.30.13" ash-window = "0.13" raw-window-handle = "0.6" directories = "6.0.0"