From 3befe0d559efb84bb518e5a93e11e67f038a5a5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 13:01:25 +0000 Subject: [PATCH] Bump winit from 0.28.3 to 0.28.5 Bumps [winit](https://github.com/rust-windowing/winit) from 0.28.3 to 0.28.5. - [Release notes](https://github.com/rust-windowing/winit/releases) - [Changelog](https://github.com/rust-windowing/winit/blob/v0.28.5/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/winit/compare/v0.28.3...v0.28.5) --- 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-window/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41f24caca..35577c39c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4580,9 +4580,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winit" -version = "0.28.3" +version = "0.28.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f504e8c117b9015f618774f8d58cd4781f5a479bc41079c064f974cbb253874" +checksum = "94c9651471cd576737671fbf7081edfea43de3e06846dd9bd4e49ea803c9f55f" dependencies = [ "android-activity", "bitflags", diff --git a/crates/fj-window/Cargo.toml b/crates/fj-window/Cargo.toml index 5847e3bdf..f7dc36e24 100644 --- a/crates/fj-window/Cargo.toml +++ b/crates/fj-window/Cargo.toml @@ -19,7 +19,7 @@ crossbeam-channel = "0.5.8" futures = "0.3.28" thiserror = "1.0.40" tracing = "0.1.37" -winit = "0.28.3" +winit = "0.28.5" [dependencies.egui-winit] version = "0.21.1"