From 3a448b837853a567fd028cd8c725960b7fb9968c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 12:20:20 -0500 Subject: [PATCH] Bump winit from 0.29.3 to 0.29.4 (#4784) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- wgpu-hal/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98da246178..6bdce4607f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2658,7 +2658,7 @@ dependencies = [ "serde", "wgpu-core", "wgpu-types", - "winit 0.29.3", + "winit 0.29.4", ] [[package]] @@ -4127,7 +4127,7 @@ dependencies = [ "wgpu", "wgpu-hal", "wgpu-test", - "winit 0.29.3", + "winit 0.29.4", ] [[package]] @@ -4172,7 +4172,7 @@ dependencies = [ "web-sys", "wgpu-types", "winapi", - "winit 0.29.3", + "winit 0.29.4", ] [[package]] @@ -4532,9 +4532,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 ffa6c652bb..969b8d26a8 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