Skip to content

Commit

Permalink
build(deps): bump the backend-deps group in /src-tauri with 2 updates
Browse files Browse the repository at this point in the history
Bumps the backend-deps group in /src-tauri with 2 updates: [tar](https://github.com/alexcrichton/tar-rs) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `tar` from 0.4.42 to 0.4.43
- [Commits](alexcrichton/tar-rs@0.4.42...0.4.43)

Updates `thiserror` from 1.0.65 to 1.0.68
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.65...1.0.68)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-deps
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 3f6a484 commit 044d800
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
86 changes: 43 additions & 43 deletions src-tauri/Cargo.lock

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

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ semver = "1.0.23"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.128"
sysinfo = "0.32.0"
tar = "0.4.42"
tar = "0.4.43"
tauri = { version = "1.8.0", features = ["api-all", "devtools", "reqwest-client"] }
thiserror = "1.0.65"
thiserror = "1.0.68"
tokio = { version = "1", features = ["full"] }
ts-rs = "10.0"
walkdir = "2.5.0"
Expand Down

0 comments on commit 044d800

Please sign in to comment.