Skip to content

Commit

Permalink
chore: update Cargo.toml dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-jerry committed Dec 28, 2024
1 parent b172a56 commit 58df5f1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ rust-version = "1.78"
tauri-build = { version = "2", features = [] }

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
serde = { version = "1", features = ["derive"] }
tauri = { version = "2", features = ["image-ico", "tray-icon"] }
dirs = "5.0"
serde_derive = "1.0.210"
rev_buf_reader = "0.3.0"
os_pipe = "1.2.1"
file-rotate = "0.7.6"
dirs = "5"
serde_derive = "1"
rev_buf_reader = "0.3"
os_pipe = "1"
file-rotate = "0.7"
tauri-plugin-notification = "2"
tauri-plugin-dialog = "2"
# derive_more = { version = "1.0.0", features = ["deref"] }
Expand Down

0 comments on commit 58df5f1

Please sign in to comment.