Skip to content

Commit

Permalink
Bump tauri from 2.0.6 to 2.1.0 in /src-tauri
Browse files Browse the repository at this point in the history
Bumps [tauri](https://github.com/tauri-apps/tauri) from 2.0.6 to 2.1.0.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.6...tauri-v2.1.0)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and patelka2211 committed Nov 11, 2024
1 parent f347a09 commit 2f2e4fa
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 54 deletions.
86 changes: 33 additions & 53 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 @@ -21,7 +21,7 @@ tauri-build = { version = "2.0.3", features = [] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
log = "0.4"
tauri = { version = "2.0.6", features = [] }
tauri = { version = "2.1.0", features = [] }
tauri-plugin-log = "2.0.0-rc"
git2 = { version = "0.19.0", default-features = false }
uuid = { version = "1.11.0", features = ["v4"] }
Expand Down

0 comments on commit 2f2e4fa

Please sign in to comment.