From 066c581ec47ffd1a9210541adffc4288d7b3d76f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 20:52:16 +0000 Subject: [PATCH] Update winit requirement from 0.26.1 to 0.27.4 Updates the requirements on [winit](https://github.com/rust-windowing/winit) to permit the latest version. - [Release notes](https://github.com/rust-windowing/winit/releases) - [Changelog](https://github.com/rust-windowing/winit/blob/v0.27.4/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/winit/compare/v0.26.1...v0.27.4) --- updated-dependencies: - dependency-name: winit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index bd0fb882..bca21599 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -14,7 +14,7 @@ server = { path = "../server" } tracing = "0.1.10" ash = { version = "0.37.0", features = ["loaded"] } lahar = { git = "https://github.com/Ralith/lahar", rev = "88abd75e41d04c3a4199d95f581cb135f5962844" } -winit = "0.26.1" +winit = "0.27.4" ash-window = "0.10.0" directories = "4.0.1" vk-shader-macros = "0.2.5"