Skip to content

Commit

Permalink
Merge pull request #148 from pacholoamit/dependabot/cargo/src-tauri/t…
Browse files Browse the repository at this point in the history
…auri-1.6.7

chore(deps): bump tauri from 1.6.5 to 1.6.7 in /src-tauri
  • Loading branch information
pacholoamit authored May 25, 2024
2 parents 991f512 + 4ba51e0 commit 2b9cccc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 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 @@ -19,7 +19,7 @@ chrono = {version = "0.4.23", features= ["serde"] }
# rusqlite = { version = "0.28.0", features = ["bundled", "chrono"] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.6.5", features = ["api-all", "system-tray", "updater"] }
tauri = { version = "1.6.7", features = ["api-all", "system-tray", "updater"] }
sysinfo = "0.29.11"
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
Expand Down

0 comments on commit 2b9cccc

Please sign in to comment.