Skip to content

Commit

Permalink
build(deps): bump wgpu from 0.17.0 to 0.17.1 in /src-tauri
Browse files Browse the repository at this point in the history
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](gfx-rs/wgpu@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 02bf10c commit 536aaa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 536aaa2

Please sign in to comment.