Skip to content

Commit

Permalink
Merge pull request #6 from Dirout/renovate/clap-3.x
Browse files Browse the repository at this point in the history
Update Rust crate clap to 3.0.5
  • Loading branch information
emmyoh authored Jan 7, 2022
2 parents 5a7165a + 38224cb commit 21ebd9a
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 @@ -39,7 +39,7 @@ doc = true

[dependencies]
ansi_term = "0.12.1"
clap = { version = "3.0.4", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
clap = { version = "3.0.5", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
lazy_static = "1.4.0"
linked-hash-map = "0.5.4"
liquid = "0.23.1"
Expand Down

0 comments on commit 21ebd9a

Please sign in to comment.