Skip to content

Commit

Permalink
build(deps): bump tauri 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.0-beta.17 to 2.0.0-beta.20.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-beta.17...tauri-v2.0.0-beta.20)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent cc79b29 commit a5240d1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 25 deletions.
47 changes: 23 additions & 24 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 @@ -7,7 +7,7 @@ description = "一个简约风格的随机点名工具"
tauri-build = { version = "2.0.0-beta.13", features = [] }

[dependencies]
tauri = { version = "2.0.0-beta.17", features = [] }
tauri = { version = "2.0.0-beta.20", features = [] }
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
tauri-plugin-dialog = "2.0.0-beta.7"
Expand Down

0 comments on commit a5240d1

Please sign in to comment.