Skip to content

Commit

Permalink
chore: dep
Browse files Browse the repository at this point in the history
  • Loading branch information
danloh committed Jul 28, 2024
1 parent 8fa115f commit a308fb8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 34 deletions.
58 changes: 28 additions & 30 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 @@ -20,7 +20,7 @@ serde = { version = "1.0.203", features = ["derive"] }
tauri = { version = "1.7.1", features = ["clipboard-all", "dialog-all", "protocol-all", "shell-all", "system-tray", "updater", "window-all"] }
trash = "5.0.0"
notify = "6.1.1"
open = "5.2.0"
open = "5.3.0"
bincode = "1.3.3"
chrono = "0.4.38"
whatlang = "0.16.4"
Expand All @@ -33,12 +33,12 @@ reqwest = { version = "0.12.5", features = ["json", "socks"] }
rss = { version = "2.0.8", features = ["serde"] }
atom_syndication = "0.12.3"
bytes = "1.6.0"
diesel = { version = "2.2.1", features = ["sqlite", "chrono"] }
diesel = { version = "2.2.2", features = ["sqlite", "chrono"] }
diesel_migrations = { version = "2.2.0", features = ["sqlite"] }
libsqlite3-sys = { version = "0.28.0", features = ["bundled"] }
libsqlite3-sys = { version = "0.29.0", features = ["bundled"] }

[dev-dependencies]
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.39.2", features = ["full"] }

[features]
# by default Tauri runs in production mode
Expand Down

0 comments on commit a308fb8

Please sign in to comment.