Bump ash from 0.37.2+1.3.238 to 0.37.3+1.3.251 (#3846)

Bumps [ash](https://github.com/MaikKlein/ash) from 0.37.2+1.3.238 to 0.37.3+1.3.251.
- [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.37.2...0.37.3)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-07 11:11:39 +02:00 committed by GitHub
parent 27efd50693
commit 034c19c1d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -75,9 +75,9 @@ dependencies = [
[[package]] [[package]]
name = "ash" name = "ash"
version = "0.37.2+1.3.238" version = "0.37.3+1.3.251"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28bf19c1f0a470be5fbf7522a308a05df06610252c5bcf5143e1b23f629a9a03" checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
dependencies = [ dependencies = [
"libloading", "libloading",
] ]

View File

@ -93,7 +93,7 @@ objc = "0.2.5"
core-graphics-types = "0.1" core-graphics-types = "0.1"
# Vulkan dependencies # Vulkan dependencies
ash = "0.37.2" ash = "0.37.3"
gpu-alloc = "0.5" gpu-alloc = "0.5"
gpu-descriptor = "0.2" gpu-descriptor = "0.2"
android_system_properties = "0.1.1" android_system_properties = "0.1.1"

View File

@ -73,7 +73,7 @@ version = "0.16"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
# backend: Vulkan # backend: Vulkan
ash = { version = "0.37.2", optional = true } ash = { version = "0.37.3", optional = true }
gpu-alloc = { version = "0.5", optional = true } gpu-alloc = { version = "0.5", optional = true }
gpu-descriptor = { version = "0.2", optional = true } gpu-descriptor = { version = "0.2", optional = true }
smallvec = { version = "1", optional = true, features = ["union"] } smallvec = { version = "1", optional = true, features = ["union"] }