Skip to content

Commit

Permalink
Update clap to v4.3.19 to resolve atty vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
yestyle committed Nov 9, 2023
1 parent f92d687 commit cb4a2c0
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 49 deletions.
225 changes: 177 additions & 48 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 @@ -21,5 +21,5 @@ codegen-units = 1
strip = "symbols"

[dependencies]
clap = {version = "4.0.26", features = ["cargo"] }
clap = {version = "4.3.19", features = ["cargo"] }
regex = "1.7.0"

0 comments on commit cb4a2c0

Please sign in to comment.