Skip to content

Commit

Permalink
build(deps): bump clap from 4.4.14 to 4.4.16 (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 14, 2024
1 parent 88b60b4 commit f4364a0
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 @@ -14,7 +14,7 @@ description = "A command-line utility for easily compressing and decompressing f
atty = "0.2.14"
bstr = { version = "1.9.0", default-features = false, features = ["std"] }
bzip2 = "0.4.4"
clap = { version = "4.4.14", features = ["derive", "env"] }
clap = { version = "4.4.16", features = ["derive", "env"] }
filetime_creation = "0.1"
flate2 = { version = "1.0.28", default-features = false }
fs-err = "2.11.0"
Expand All @@ -40,7 +40,7 @@ zstd = { version = "0.13.0", default-features = false }
is_executable = "1.0.1"

[build-dependencies]
clap = { version = "4.4.14", features = ["derive", "env", "string"] }
clap = { version = "4.4.16", features = ["derive", "env", "string"] }
clap_complete = "4.4.6"
clap_mangen = "0.2.16"

Expand Down

0 comments on commit f4364a0

Please sign in to comment.