Skip to content

Commit

Permalink
build(deps): bump the backend-deps-tauri group
Browse files Browse the repository at this point in the history
Bumps the backend-deps-tauri group in /src-tauri with 1 update: [tauri](https://github.com/tauri-apps/tauri).

- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v1.5.2...tauri-v1.5.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent d809f0b commit 7404f33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -32,7 +32,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.107"
sysinfo = "0.29.10"
tar = "0.4.40"
tauri = { version = "1.5.2", features = ["api-all", "devtools", "reqwest-client"] }
tauri = { version = "1.5.3", features = ["api-all", "devtools", "reqwest-client"] }
thiserror = "1.0.50"
tokio = { version = "1", features = ["full"] }
walkdir = "2.4.0"
Expand Down

0 comments on commit 7404f33

Please sign in to comment.