Skip to content

Commit

Permalink
build(deps): bump the backend-deps group in /src-tauri with 3 updates
Browse files Browse the repository at this point in the history
Bumps the backend-deps group in /src-tauri with 3 updates: [serde](https://github.com/serde-rs/serde), [tokio](https://github.com/tokio-rs/tokio) and [wgpu](https://github.com/gfx-rs/wgpu).


Updates `serde` from 1.0.191 to 1.0.192
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.191...v1.0.192)

Updates `tokio` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.33.0...tokio-1.34.0)

Updates `wgpu` from 0.17.1 to 0.18.0
- [Release notes](https://github.com/gfx-rs/wgpu/releases)
- [Changelog](https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md)
- [Commits](gfx-rs/wgpu@v0.17.1...v0.18.0)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-deps
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-deps
- dependency-name: wgpu
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent d809f0b commit 7a3ce42
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 41 deletions.
145 changes: 105 additions & 40 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.5.2", features = ["api-all", "devtools", "reqwest-client"
thiserror = "1.0.50"
tokio = { version = "1", features = ["full"] }
walkdir = "2.4.0"
wgpu = "0.17.1"
wgpu = "0.18.0"
zip = { version = "0.6.2" }
zip-extract = "0.1.1"

Expand Down

0 comments on commit 7a3ce42

Please sign in to comment.