From f162cfa0f89900cf1018080dc6df13e30183db12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 22:12:25 -0500 Subject: [PATCH] Bump gpu-allocator from 0.24.0 to 0.25.0 (#4992) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- wgpu-hal/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f27e02fd30..a61ff43682 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1601,11 +1601,10 @@ dependencies = [ [[package]] name = "gpu-allocator" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53d79e648296d0cf46c494e594763b6b362c4567e447177bc82750c733398b2a" +checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884" dependencies = [ - "backtrace", "log", "presser", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index c25782ea52..d584f443e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -139,7 +139,7 @@ gpu-descriptor = "0.2" # DX dependencies bit-set = "0.5" -gpu-allocator = { version = "0.24", default_features = false, features = [ +gpu-allocator = { version = "0.25", default_features = false, features = [ "d3d12", "public-winapi", ] } diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index 30cabe651f..6e298aad05 100644 --- a/wgpu-hal/Cargo.toml +++ b/wgpu-hal/Cargo.toml @@ -112,7 +112,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.24", default_features = false, features = [ +gpu-allocator = { version = "0.25", default_features = false, features = [ "d3d12", "public-winapi", ], optional = true }