From 0830278017790759c095bf05ae9906a8ab607f94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:15:50 +0000 Subject: [PATCH] Bump wgpu from 0.19.3 to 0.19.4 Bumps [wgpu](https://github.com/gfx-rs/wgpu) from 0.19.3 to 0.19.4. - [Release notes](https://github.com/gfx-rs/wgpu/releases) - [Changelog](https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/wgpu/compare/v0.19.3...v0.19.4) --- updated-dependencies: - dependency-name: wgpu dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- wgpu-testbed-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d592455..d1bc395 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1962,9 +1962,9 @@ dependencies = [ [[package]] name = "wgpu" -version = "0.19.3" +version = "0.19.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4b1213b52478a7631d6e387543ed8f642bc02c578ef4e3b49aca2a29a7df0cb" +checksum = "cbd7311dbd2abcfebaabf1841a2824ed7c8be443a0f29166e5d3c6a53a762c01" dependencies = [ "arrayvec", "cfg-if", diff --git a/wgpu-testbed-lib/Cargo.toml b/wgpu-testbed-lib/Cargo.toml index a99c58a..963c922 100644 --- a/wgpu-testbed-lib/Cargo.toml +++ b/wgpu-testbed-lib/Cargo.toml @@ -17,7 +17,7 @@ cgmath = "0.18" env_logger = "0.11.3" log = "0.4" futures = "0.3" -wgpu = "0.19.3" +wgpu = "0.19.4" bytemuck = { version = "1.15.0", features = ["derive"] } anyhow = "1.0" tobj = { version = "4.0.2", features = ["async"] }