From 5866526ee828234a5f7ef8f9a4a4588d51e08134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 02:26:15 +0000 Subject: [PATCH] Bump winit from 0.29.3 to 0.29.4 Bumps [winit](https://github.com/rust-windowing/winit) from 0.29.3 to 0.29.4. - [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.29.3...v0.29.4) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- wgpu-hal/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba8bcfab79..406eb83007 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2672,7 +2672,7 @@ dependencies = [ "serde", "wgpu-core", "wgpu-types", - "winit 0.29.3", + "winit 0.29.4", ] [[package]] @@ -4141,7 +4141,7 @@ dependencies = [ "wgpu", "wgpu-hal", "wgpu-test", - "winit 0.29.3", + "winit 0.29.4", ] [[package]] @@ -4186,7 +4186,7 @@ dependencies = [ "web-sys", "wgpu-types", "winapi", - "winit 0.29.3", + "winit 0.29.4", ] [[package]] @@ -4546,9 +4546,9 @@ dependencies = [ [[package]] name = "winit" -version = "0.29.3" +version = "0.29.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "161598019a9da35ab6c34dc46cd13546cba9dbf9816475d4dd9a639455016563" +checksum = "d25d662bb83b511acd839534bb2d88521b0bbc81440969cb077d23c4db9e62c7" dependencies = [ "ahash", "android-activity", diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index 22bb69af0c..5a0f57fc0c 100644 --- a/wgpu-hal/Cargo.toml +++ b/wgpu-hal/Cargo.toml @@ -180,7 +180,7 @@ features = ["wgsl-in"] [dev-dependencies] cfg-if = "1" env_logger = "0.10" -winit = { version = "0.29.2", features = [ +winit = { version = "0.29.4", features = [ "android-native-activity", ] } # for "halmark" example