diff --git a/Cargo.lock b/Cargo.lock index 858df8b07..f0e528aab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2260,7 +2260,7 @@ dependencies = [ [[package]] name = "wgpu-hal" -version = "0.14.0" +version = "0.14.1" dependencies = [ "android_system_properties", "arrayvec 0.7.2", @@ -2284,7 +2284,7 @@ dependencies = [ "metal", "naga", "objc", - "parking_lot 0.12.1", + "parking_lot 0.11.2", "profiling", "range-alloc", "raw-window-handle 0.5.0", @@ -2308,7 +2308,7 @@ dependencies = [ [[package]] name = "wgpu-types" -version = "0.14.0" +version = "0.14.1" dependencies = [ "bitflags", "bitflags_serde_shim", diff --git a/wgpu-hal/Cargo.toml b/wgpu-hal/Cargo.toml index fae8e8f64..1b7b5f89a 100644 --- a/wgpu-hal/Cargo.toml +++ b/wgpu-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgpu-hal" -version = "0.14.0" +version = "0.14.1" authors = ["wgpu developers"] edition = "2021" description = "WebGPU hardware abstraction layer" diff --git a/wgpu-types/Cargo.toml b/wgpu-types/Cargo.toml index e9ae58b99..f3466896d 100644 --- a/wgpu-types/Cargo.toml +++ b/wgpu-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wgpu-types" -version = "0.14.0" +version = "0.14.1" authors = ["wgpu developers"] edition = "2021" description = "WebGPU types"