Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 21, 2024
1 parent ca19f81 commit f49b7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ tauri-build = { version = "1.5.2", features = [] }

[dependencies]
regex = "1.10.4"
serde = { version = "1.0.201", features = ["derive"] }
serde = { version = "1.0.202", features = ["derive"] }
serde_json = "1.0.117"
tauri = { version = "1.6.5", features = [
tauri = { version = "1.6.6", features = [
"tray-icon",
"system-tray",
"window-center",
Expand Down

0 comments on commit f49b7bb

Please sign in to comment.