Skip to content

Commit

Permalink
Remove vulnerable dependency to clap
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 21, 2023
1 parent 9cec656 commit 0854d0e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 140 deletions.
173 changes: 35 additions & 138 deletions app/desktop/uwp_helper/Cargo.lock

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

5 changes: 3 additions & 2 deletions app/desktop/uwp_helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ features = ["System", "Foundation", "Storage", "Win32_Foundation"]
version = "1.32.0"
features = ["macros", "rt-multi-thread"]

[build-dependencies]
cbindgen = "0.26.0"
[build-dependencies.cbindgen]
version = "0.26.0"
default-features = false

0 comments on commit 0854d0e

Please sign in to comment.