From 9e865c856da6a1df2c7838a74a2c31c377f7a9c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 12:22:04 +0000 Subject: [PATCH] Bump winit from 0.27.2 to 0.27.3 Bumps [winit](https://github.com/rust-windowing/winit) from 0.27.2 to 0.27.3. - [Release notes](https://github.com/rust-windowing/winit/releases) - [Changelog](https://github.com/rust-windowing/winit/blob/v0.27.3/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/winit/compare/v0.27.2...v0.27.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-window/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f0b3de157f..41562a429e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4083,9 +4083,9 @@ checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" [[package]] name = "winit" -version = "0.27.2" +version = "0.27.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83a8f3e9d742401efcfe833b8f84960397482ff049cb7bf59a112e14a4be97f7" +checksum = "a22e94ba35ca3ff11820044bfa0dc48b95a3a15569c0068555566a12ef41c9e5" dependencies = [ "bitflags", "cocoa", diff --git a/crates/fj-window/Cargo.toml b/crates/fj-window/Cargo.toml index 5008604778..97ec9e3118 100644 --- a/crates/fj-window/Cargo.toml +++ b/crates/fj-window/Cargo.toml @@ -19,7 +19,7 @@ categories = ["encoding", "mathematics", "rendering"] futures = "0.3.24" thiserror = "1.0.34" tracing = "0.1.35" -winit = "0.27.2" +winit = "0.27.3" [dependencies.fj-host] version = "0.15.0"