From 9db83fbc1a3a72410fa8fd719d159e3edb473dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 18:59:11 +0000 Subject: [PATCH] Bump ash from 0.31.0 to 0.33.1+1.2.186 Bumps [ash](https://github.com/MaikKlein/ash) from 0.31.0 to 0.33.1+1.2.186. - [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.31.0...0.33.1) --- updated-dependencies: - dependency-name: ash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++---- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 003a4f7..cb6c745 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,10 +1,12 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ash" -version = "0.31.0" +version = "0.33.1+1.2.186" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c69a8137596e84c22d57f3da1b5de1d4230b1742a710091c85f4d7ce50f00f38" +checksum = "4207a81da2432b483058334763ac2381d00342ec3bdf02d413c4d986a610d874" dependencies = [ "libloading", ] @@ -40,9 +42,9 @@ checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c" [[package]] name = "libloading" -version = "0.6.7" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883" +checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd" dependencies = [ "cfg-if 1.0.0", "winapi", diff --git a/Cargo.toml b/Cargo.toml index acf32a1..aa537ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,5 +17,5 @@ lto = true [dependencies] rand = "0.8" -ash = "0.31" +ash = "0.33" log = "0.4"