Skip to content

Commit

Permalink
deps: bump clap to 4.2.5 (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Apr 29, 2023
1 parent c99e98c commit 7162e9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ deploy = ["battery", "gpu", "zfs"]
anyhow = "1.0.70"
backtrace = "0.3.67"
cfg-if = "1.0.0"
clap = { version = "4.2.4", features = ["default", "cargo", "wrap_help"] }
clap = { version = "4.2.5", features = ["default", "cargo", "wrap_help"] }
concat-string = "1.0.1"
crossterm = "0.26.1"
ctrlc = { version = "3.2.5", features = ["termination"] }
Expand Down Expand Up @@ -135,7 +135,7 @@ cargo-husky = { version = "1.5.0", default-features = false, features = ["user-h
predicates = "3.0.3"

[build-dependencies]
clap = { version = "4.2.4", features = ["default", "cargo", "wrap_help"] }
clap = { version = "4.2.5", features = ["default", "cargo", "wrap_help"] }
clap_complete = "4.2.1"
clap_mangen = "0.2.10"

Expand Down

0 comments on commit 7162e9c

Please sign in to comment.