Bump gpu-allocator from 0.23.0 to 0.24.0 (#4626)

Bumps [gpu-allocator](https://github.com/Traverse-Research/gpu-allocator) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/Traverse-Research/gpu-allocator/releases)
- [Changelog](https://github.com/Traverse-Research/gpu-allocator/blob/main/release.toml)
- [Commits](https://github.com/Traverse-Research/gpu-allocator/compare/0.23.0...0.24.0)

---
updated-dependencies:
- dependency-name: gpu-allocator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-11-03 09:24:36 +01:00 committed by GitHub
parent 7709010a79
commit c7431367a5
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

@ -1662,9 +1662,9 @@ dependencies = [
[[package]]
name = "gpu-allocator"
version = "0.23.0"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40fe17c8a05d60c38c0a4e5a3c802f2f1ceb66b76c67d96ffb34bef0475a7fad"
checksum = "53d79e648296d0cf46c494e594763b6b362c4567e447177bc82750c733398b2a"
dependencies = [
"backtrace",
"log",

View File

@ -139,7 +139,7 @@ android_system_properties = "0.1.1"
# DX dependencies
bit-set = "0.5"
gpu-allocator = { version = "0.23", default_features = false, features = [
gpu-allocator = { version = "0.24", default_features = false, features = [
"d3d12",
"public-winapi",
] }

View File

@ -123,7 +123,7 @@ libloading = { version = ">=0.7, <0.9", optional = true }
# backend: Dx12
bit-set = { version = "0.5", optional = true }
range-alloc = { version = "0.1", optional = true }
gpu-allocator = { version = "0.23", default_features = false, features = [
gpu-allocator = { version = "0.24", default_features = false, features = [
"d3d12",
"public-winapi",
], optional = true }