From c9f78cd2dccca1bbb1579065d4bd0ea65ab0dcb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 12:59:25 +0000 Subject: [PATCH] Bump winit from 0.28.2 to 0.28.3 Bumps [winit](https://github.com/rust-windowing/winit) from 0.28.2 to 0.28.3. - [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.2...v0.28.3) --- 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 548b5c6b6..18bce1e93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4245,9 +4245,9 @@ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" [[package]] name = "winit" -version = "0.28.2" +version = "0.28.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d38e7dc904dda347b54dbec3b2d4bf534794f4fb4e6df0be91a264f4f2ed1cf" +checksum = "4f504e8c117b9015f618774f8d58cd4781f5a479bc41079c064f974cbb253874" dependencies = [ "android-activity", "bitflags", diff --git a/crates/fj-host/Cargo.toml b/crates/fj-host/Cargo.toml index cde5b4a2f..ec72a2930 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.39" tracing = "0.1.37" -winit = "0.28.2" +winit = "0.28.3" diff --git a/crates/fj-window/Cargo.toml b/crates/fj-window/Cargo.toml index ba9ae976b..061982268 100644 --- a/crates/fj-window/Cargo.toml +++ b/crates/fj-window/Cargo.toml @@ -19,7 +19,7 @@ crossbeam-channel = "0.5.7" futures = "0.3.27" thiserror = "1.0.39" tracing = "0.1.37" -winit = "0.28.2" +winit = "0.28.3" [dependencies.egui-winit] version = "0.21.1"