From 5ee97b57084dac2c1cd5e5e62f161a51dbf8ed3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 04:55:13 +0000 Subject: [PATCH] Update raw-window-handle requirement from 0.5.0 to 0.6.0 Updates the requirements on [raw-window-handle](https://github.com/rust-windowing/raw-window-handle) to permit the latest version. - [Release notes](https://github.com/rust-windowing/raw-window-handle/releases) - [Changelog](https://github.com/rust-windowing/raw-window-handle/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-windowing/raw-window-handle/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: raw-window-handle 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 28a516de..82050cae 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -16,7 +16,7 @@ ash = { version = "0.37.1", features = ["loaded"] } lahar = { git = "https://github.com/Ralith/lahar", rev = "88abd75e41d04c3a4199d95f581cb135f5962844" } winit = "0.28.1" ash-window = "0.12.0" -raw-window-handle = "0.5.0" +raw-window-handle = "0.6.0" directories = "5.0.1" vk-shader-macros = "0.2.5" nalgebra = { workspace = true }