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 }