Skip to content

Commit

Permalink
Merge pull request #101 from tj-actions/renovate/clap-4.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate clap to 4.2
  • Loading branch information
repo-ranger[bot] committed Mar 28, 2023
2 parents 0f484e8 + f5f5c51 commit 25fd20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ categories = ["command-line-utilities"]
[dependencies]
regex = "1.7.3"
serde_json = "1.0.95"
clap = { version = "4.1", features = ["derive"] }
clap = { version = "4.2", features = ["derive"] }
unescape = "0.1.0"

0 comments on commit 25fd20c

Please sign in to comment.