From 536aaa2340975bbd0df61e58bf9ecc48c41f640b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:23:53 +0000 Subject: [PATCH] build(deps): bump wgpu from 0.17.0 to 0.17.1 in /src-tauri 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] --- src-tauri/Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index dcaaff23..368689ef 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4740,9 +4740,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/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b8ced38d..32dd468a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -36,7 +36,7 @@ tauri = { version = "1.4.1", features = ["api-all", "devtools", "reqwest-client" thiserror = "1.0.47" tokio = { version = "1", features = ["full"] } walkdir = "2.4.0" -wgpu = "0.17.0" +wgpu = "0.17.1" zip = { version = "0.6.2" } zip-extract = "0.1.1"