From e63d9447364b2a0b650cab18b07467fa57ca40c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 15:37:30 +0000 Subject: [PATCH] Update ash requirement from 0.37 to 0.38 Updates the requirements on [ash](https://github.com/ash-rs/ash) to permit the latest version. - [Release notes](https://github.com/ash-rs/ash/releases) - [Changelog](https://github.com/ash-rs/ash/blob/master/Changelog.md) - [Commits](https://github.com/ash-rs/ash/compare/0.37.0...0.38.0) --- updated-dependencies: - dependency-name: ash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 432fb1b..ea6c2ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ thiserror = "1.0" widestring = "1.0" [dependencies.ash] -version = "0.37" +version = "0.38" optional = true [dependencies.windows]