Skip to content

Commit

Permalink
Merge pull request #31 from LeoniePhiline/renovate/clap-4.5.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate clap to 4.5.4
  • Loading branch information
LeoniePhiline authored Apr 4, 2024
2 parents 11f8737 + 53726a9 commit a3a1f58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 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 @@ -7,7 +7,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.1.1", features = ["derive", "wrap_help"] }
clap = { version = "4.5.4", features = ["derive", "wrap_help"] }
clap-verbosity-flag = "2.0.0"
color-eyre = "0.6.2"
crossterm = { version = "0.27.0", features = ["event-stream"] }
Expand Down

0 comments on commit a3a1f58

Please sign in to comment.