Skip to content

Commit

Permalink
Increase clap dependency lower bound to 4.5.0
Browse files Browse the repository at this point in the history
This eliminates a dependency on an older version of anstream, and hence
the CVE: https://rustsec.org/advisories/RUSTSEC-2024-0404.

Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Dec 23, 2024
1 parent 59f829d commit 1f72b1d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 50 deletions.
60 changes: 11 additions & 49 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ default-features = false
features = ["clock", "std"]

[dependencies.clap]
version = "4.1.0"
version = "4.5.0"
optional = true

[dependencies.crc]
Expand Down

0 comments on commit 1f72b1d

Please sign in to comment.