From 0bf651c1d32f219d08c6e3b6707cbe12f420563c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 17:33:41 +0000 Subject: [PATCH] build(deps): bump wgpu-hal from 0.17.0 to 0.17.1 (#30441) Bumps [wgpu-hal](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-hal dependency-type: indirect 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f4ab5cb3dc..c911e45856b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6948,9 +6948,9 @@ dependencies = [ [[package]] name = "wgpu-hal" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6654a13885a17f475e8324efb46dc6986d7aaaa98353330f8de2077b153d0101" +checksum = "0df4fc240da3c460a52cf0ff8f1b71fd6544a6b49f74ff2330238fcb0fd99512" dependencies = [ "android_system_properties", "arrayvec",