Skip to content

Commit

Permalink
chore: update clap
Browse files Browse the repository at this point in the history
  • Loading branch information
mmpneo committed Sep 8, 2023
1 parent c4c14c4 commit 62d4277
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 46 deletions.
58 changes: 13 additions & 45 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 @@ -38,7 +38,7 @@ windows = { version = "0.44.0", features = [
"Win32_System_Ole",
"Win32_System_WindowsProgramming",
] }
clap = { version = "4.0.29", features = ["derive"] }
clap = { version = "4.4", features = ["derive"] }
local-ip-address = "0.4.9"
rodio = "0.17.0"
reqwest = {version = "0.11.15", features = ["json"] }
Expand Down

0 comments on commit 62d4277

Please sign in to comment.