From 8e1ec7ecb9ce5bcb60632e24953b9d969aa14437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 21:04:47 +0000 Subject: [PATCH] Bump winit from 0.28.6 to 0.28.7 (#121) Bumps [winit](https://github.com/rust-windowing/winit) from 0.28.6 to 0.28.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.28.6...v0.28.7) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- wgpu-testbed-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3767e9d..b0ccfaf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2050,9 +2050,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winit" -version = "0.28.6" +version = "0.28.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "866db3f712fffba75d31bf0cdecf357c8aeafd158c5b7ab51dba2a2b2d47f196" +checksum = "9596d90b45384f5281384ab204224876e8e8bf7d58366d9b795ad99aa9894b94" dependencies = [ "android-activity", "bitflags 1.3.2", diff --git a/wgpu-testbed-lib/Cargo.toml b/wgpu-testbed-lib/Cargo.toml index 0d56bbd..b829d3d 100644 --- a/wgpu-testbed-lib/Cargo.toml +++ b/wgpu-testbed-lib/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] image = { version = "0.24.7", default-features = false, features = ["jpeg", "png", "tga"] } -winit = { version = "0.28.6" } +winit = { version = "0.28.7" } cgmath = "0.18" env_logger = "0.10.0" log = "0.4"