From ce8b27647c33ef6a97c4bdb067d78d360b02a366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 20:41:10 +0000 Subject: [PATCH] Update ash-window requirement from 0.10.0 to 0.11.0 Updates the requirements on [ash-window](https://github.com/MaikKlein/ash) to permit the latest version. - [Release notes](https://github.com/MaikKlein/ash/releases) - [Changelog](https://github.com/ash-rs/ash/blob/master/Changelog.md) - [Commits](https://github.com/MaikKlein/ash/compare/ash-window-0.10.0...ash-window-0.11.0) --- updated-dependencies: - dependency-name: ash-window 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..a459faba 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -15,7 +15,7 @@ tracing = "0.1.10" ash = { version = "0.37.0", features = ["loaded"] } lahar = { git = "https://github.com/Ralith/lahar", rev = "88abd75e41d04c3a4199d95f581cb135f5962844" } winit = "0.26.1" -ash-window = "0.10.0" +ash-window = "0.11.0" directories = "4.0.1" vk-shader-macros = "0.2.5" na = { package = "nalgebra", version = "0.19" }