From e016534c575c743a6a888113a43e0e41419ffba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 09:25:14 +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/lambda-platform/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7be7a8e..eb87ec44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2953,9 +2953,9 @@ checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" [[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/lambda-platform/Cargo.toml b/crates/lambda-platform/Cargo.toml index 65aed7b8..f98e4564 100644 --- a/crates/lambda-platform/Cargo.toml +++ b/crates/lambda-platform/Cargo.toml @@ -9,7 +9,7 @@ path = "src/lib.rs" [dependencies] gfx-hal = "=0.9.0" -winit = "=0.27.4" +winit = "=0.27.5" shaderc = "=0.7" cfg-if = "=1.0.0"