From df2ab8c47fcc8f99791fb742bbbcdda4cbe57d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 04:33:39 +0000 Subject: [PATCH] Update winit requirement from 0.28.1 to 0.29.8 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/master/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/winit/compare/v0.28.1...v0.29.8) --- 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 d9abb76b..f043bb57 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -14,7 +14,7 @@ server = { path = "../server" } tracing = "0.1.10" ash = { version = "0.37.1", features = ["loaded"] } lahar = { git = "https://github.com/Ralith/lahar", rev = "88abd75e41d04c3a4199d95f581cb135f5962844" } -winit = "0.28.1" +winit = "0.29.8" ash-window = "0.12.0" raw-window-handle = "0.5.0" directories = "5.0.1"