From 983d5271479c08b3a75c394d65db0c3ade12b758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 19:35:55 +0000 Subject: [PATCH] Update ash requirement from 0.32 to 0.37 Updates the requirements on [ash](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/0.32.0...0.37.0) --- updated-dependencies: - dependency-name: ash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/backend/vulkan/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/vulkan/Cargo.toml b/src/backend/vulkan/Cargo.toml index b08d8f55b5..674260f345 100644 --- a/src/backend/vulkan/Cargo.toml +++ b/src/backend/vulkan/Cargo.toml @@ -24,7 +24,7 @@ arrayvec = "0.5" byteorder = "1" log = "0.4" libc = { version = "0.2", optional = true } -ash = "0.32" +ash = "0.37" hal = { path = "../../hal", version = "0.9", package = "gfx-hal" } parking_lot = "0.11" smallvec = "1.0"