Skip to content

Commit

Permalink
fix(deps): update rust crate tauri to v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent b42ae0e commit 1f27932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ui/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 ui/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.5", features = [] }
[dependencies]
serde_json = "=1.0.135"
serde = { version = "=1.0.217", features = ["derive"] }
tauri = { version = "=2.2.1", features = ["devtools"] }
tauri = { version = "=2.2.2", features = ["devtools"] }
tauri-plugin-os = "=2.2.0"
tauri-plugin-dialog = "=2.2.0"
tauri-plugin-store = "=2.2.0"
Expand Down

0 comments on commit 1f27932

Please sign in to comment.