From d1df7921b05a967f5d9cadec940639b574ed046e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 13:26:51 +0000 Subject: [PATCH] Bump winit from 0.27.4 to 0.27.5 Bumps [winit](https://github.com/rust-windowing/winit) from 0.27.4 to 0.27.5. - [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.27.4...v0.27.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 d730f339f..806df384b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4422,9 +4422,9 @@ checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" [[package]] name = "winit" -version = "0.27.4" +version = "0.27.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37f64802920c4c35d12a53dad5e0c55bbc3004d8dc4f2e4dd64ad02c5665d7aa" +checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c" dependencies = [ "bitflags", "cocoa", diff --git a/crates/fj-window/Cargo.toml b/crates/fj-window/Cargo.toml index 684269adb..721d28855 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.25" thiserror = "1.0.35" tracing = "0.1.37" -winit = "0.27.4" +winit = "0.27.5" [dependencies.egui-winit] version = "0.19.0"