Skip to content

Commit

Permalink
chore: dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed May 8, 2024
1 parent eeeda33 commit 5ffa94f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 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 @@ -37,7 +37,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sqlx = { version = "0.7", default-features = false, features = [ "runtime-tokio", "sqlite", "macros", "time"] }
tauri = { version = "1.6", features = [ "shell-open", "native-tls-vendored", "system-tray"] }
tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
thiserror = "1.0"
time = { version="0.3", features= ["serde", "parsing", "local-offset"] }
tokio = { version = "1.37", features = ["full"] }
Expand Down

0 comments on commit 5ffa94f

Please sign in to comment.