build(deps): bump wgpu from 0.16.0 to 0.16.1 in /src-tauri (#236)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-31 23:59:41 -04:00 committed by GitHub
parent c73f3033f9
commit 6c8647cc88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
src-tauri/Cargo.lock generated
View file

@ -4707,9 +4707,9 @@ dependencies = [
[[package]] [[package]]
name = "wgpu" name = "wgpu"
version = "0.16.0" version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13edd72c7b08615b7179dd7e778ee3f0bdc870ef2de9019844ff2cceeee80b11" checksum = "3059ea4ddec41ca14f356833e2af65e7e38c0a8f91273867ed526fb9bafcca95"
dependencies = [ dependencies = [
"arrayvec", "arrayvec",
"cfg-if", "cfg-if",

View file

@ -35,7 +35,7 @@ tauri = { version = "1.3.0", features = ["api-all", "devtools", "reqwest-client"
thiserror = "1.0.40" thiserror = "1.0.40"
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
walkdir = "2.3.2" walkdir = "2.3.2"
wgpu = "0.16.0" wgpu = "0.16.1"
zip = { version = "0.6.2" } zip = { version = "0.6.2" }
zip-extract = "0.1.1" zip-extract = "0.1.1"