From 434137e28258e72771f1759dbb9daba8969e35d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 15:48:07 +0000 Subject: [PATCH] chore(deps): 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14b96be..a035847 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2792,9 +2792,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[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/Cargo.toml b/Cargo.toml index a31f996..f535bb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ web-sys = { version = "0.3.76", features = [ [target.'cfg(not(target_arch = "wasm32"))'.dependencies] pollster = "0.4.0" env_logger = "0.11.6" -winit = "0.30.12" +winit = "0.30.13" [dev-dependencies] wasm-bindgen-test = "0.3.49"