Skip to content

Commit

Permalink
Merge pull request #1472 from tmccombs/clap-update
Browse files Browse the repository at this point in the history
Update clap version
  • Loading branch information
tavianator committed Jan 8, 2024
2 parents 14ed023 + c66fc81 commit 0dc3342
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -47,11 +47,11 @@ anyhow = "1.0"
etcetera = "0.8"
normpath = "1.1.1"
crossbeam-channel = "0.5.10"
clap_complete = {version = "4.4.5", optional = true}
clap_complete = {version = "4.4.6", optional = true}
faccess = "0.2.4"

[dependencies.clap]
version = "4.4.10"
version = "4.4.13"
features = ["suggestions", "color", "wrap_help", "cargo", "derive"]

[dependencies.chrono]
Expand Down

0 comments on commit 0dc3342

Please sign in to comment.