Skip to content

Commit

Permalink
build(deps): update clap crates to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Indyandie committed Jul 26, 2023
1 parent 014ee4d commit 7cf0322
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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
Expand Up @@ -43,8 +43,8 @@ gix-faster = ["gix-features/zlib-stock", "gix/fast-sha1"]

[dependencies]
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std", "wasmbind"] }
clap = { version = "4.3.0", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.3.0"
clap = { version = "4.3.1", features = ["derive", "cargo", "unicode"] }
clap_complete = "4.3.1"
dirs-next = "2.0.0"
dunce = "1.0.4"
gethostname = "0.4.3"
Expand Down

0 comments on commit 7cf0322

Please sign in to comment.