From 240144fc104df9b4422e78abc20b4794e3e4e69d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 03:06:15 +0000 Subject: [PATCH] build(deps): bump winit from 0.28.3 to 0.28.6 (#30156) Bumps [winit](https://github.com/rust-windowing/winit) from 0.28.3 to 0.28.6. - [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.3...v0.28.6) --- 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 ++-- ports/winit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1fb9e7b1bf6..237baa1c35f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7548,9 +7548,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winit" -version = "0.28.3" +version = "0.28.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f504e8c117b9015f618774f8d58cd4781f5a479bc41079c064f974cbb253874" +checksum = "866db3f712fffba75d31bf0cdecf357c8aeafd158c5b7ab51dba2a2b2d47f196" dependencies = [ "android-activity", "bitflags 1.3.2", diff --git a/ports/winit/Cargo.toml b/ports/winit/Cargo.toml index f70305d63b8..e4603dc9a27 100644 --- a/ports/winit/Cargo.toml +++ b/ports/winit/Cargo.toml @@ -66,7 +66,7 @@ shellwords = "1.0.0" surfman = { workspace = true, features = ["sm-x11", "sm-raw-window-handle"] } tinyfiledialogs = "3.0" webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "glwindow", "headless"] } -winit = "0.28.3" +winit = "0.28.6" [target.'cfg(any(target_os = "linux", target_os = "windows"))'.dependencies] image = { workspace = true }