From 6cf8013b93fddc0a9d8956d945ad7561fe7619d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 11:06:10 +0000 Subject: [PATCH] Bump winit from 0.28.1 to 0.28.2 Bumps [winit](https://github.com/rust-windowing/winit) from 0.28.1 to 0.28.2. - [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.1...v0.28.2) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ports/winit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c3e6a0d97d..6d7ac7399c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7610,9 +7610,9 @@ checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" [[package]] name = "winit" -version = "0.28.1" +version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c4755d4ba0e3d30fc7beef2095e246b1e6a6fad0717608bcb87a2df4b003bcf" +checksum = "9d38e7dc904dda347b54dbec3b2d4bf534794f4fb4e6df0be91a264f4f2ed1cf" dependencies = [ "android-activity", "bitflags", diff --git a/ports/winit/Cargo.toml b/ports/winit/Cargo.toml index 51e183117d9..542d80220f7 100644 --- a/ports/winit/Cargo.toml +++ b/ports/winit/Cargo.toml @@ -60,7 +60,7 @@ shellwords = "1.0.0" surfman = { version = "0.6", features = ["sm-winit", "sm-x11"] } tinyfiledialogs = "3.0" webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "glwindow", "headless"] } -winit = "0.28.1" +winit = "0.28.2" [target.'cfg(any(target_os = "linux", target_os = "windows"))'.dependencies] image = "0.24"