From 659bdfd33429f94cf3dda71997e724fed71058d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:29:46 +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 ++-- crates/fj-host/Cargo.toml | 2 +- crates/fj-window/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe63f88541..19bf53ed13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4262,9 +4262,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/crates/fj-host/Cargo.toml b/crates/fj-host/Cargo.toml index fe78b3ff3d..d87f27294f 100644 --- a/crates/fj-host/Cargo.toml +++ b/crates/fj-host/Cargo.toml @@ -21,4 +21,4 @@ libloading = "0.7.4" notify = "5.1.0" thiserror = "1.0.35" tracing = "0.1.37" -winit = "0.28.1" +winit = "0.28.2" diff --git a/crates/fj-window/Cargo.toml b/crates/fj-window/Cargo.toml index 9be8e6425d..8c71542259 100644 --- a/crates/fj-window/Cargo.toml +++ b/crates/fj-window/Cargo.toml @@ -19,7 +19,7 @@ crossbeam-channel = "0.5.6" futures = "0.3.26" thiserror = "1.0.35" tracing = "0.1.37" -winit = "0.28.1" +winit = "0.28.2" [dependencies.egui-winit] version = "0.21.1"