Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danloh committed Mar 3, 2024
1 parent 8fcea61 commit 3c8f684
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ rust-version = "1.65.0"
tauri-build = { version = "1.5.1", features = [] }

[dependencies]
serde_json = "1.0.113"
serde = { version = "1.0.196", features = ["derive"] }
tauri = { version = "1.6.0", features = ["clipboard-all", "dialog-all", "protocol-all", "shell-all", "system-tray", "updater", "window-all"] }
serde_json = "1.0.114"
serde = { version = "1.0.197", features = ["derive"] }
tauri = { version = "1.6.1", features = ["clipboard-all", "dialog-all", "protocol-all", "shell-all", "system-tray", "updater", "window-all"] }
trash = "3.3.1"
notify = "6.1.1"
open = "5.0.1"
open = "5.1.1"
bincode = "1.3.3"
chrono = "0.4.34"
whatlang = "0.16.4"
Expand Down

0 comments on commit 3c8f684

Please sign in to comment.