From c8f666124aab723f83d21edba3f3c29ae9932265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 21:06:50 +0000 Subject: [PATCH] Bump wgpu from 0.17.0 to 0.17.1 (#120) Bumps [wgpu](https://github.com/gfx-rs/wgpu) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/gfx-rs/wgpu/releases) - [Changelog](https://github.com/gfx-rs/wgpu/blob/v0.17.1/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/wgpu/compare/v0.17.0...v0.17.1) --- updated-dependencies: - dependency-name: wgpu dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 cde02f7..3767e9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1741,9 +1741,9 @@ dependencies = [ [[package]] name = "wgpu" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7472f3b69449a8ae073f6ec41d05b6f846902d92a6c45313c50cb25857b736ce" +checksum = "ed547920565c56c7a29afb4538ac5ae5048865a5d2f05bff3ad4fbeb921a9a2c" dependencies = [ "arrayvec", "cfg-if", diff --git a/wgpu-testbed-lib/Cargo.toml b/wgpu-testbed-lib/Cargo.toml index 3396de5..0d56bbd 100644 --- a/wgpu-testbed-lib/Cargo.toml +++ b/wgpu-testbed-lib/Cargo.toml @@ -13,7 +13,7 @@ cgmath = "0.18" env_logger = "0.10.0" log = "0.4" futures = "0.3" -wgpu = "0.17.0" +wgpu = "0.17.1" bytemuck = { version = "1.14.0", features = [ "derive" ] } anyhow = "1.0" tobj = { version = "4.0.0", features = ["async"]}