Skip to content

Commit

Permalink
Merge pull request ouch-org#450 from ouch-org/dependabot/cargo/clap-4…
Browse files Browse the repository at this point in the history
….3.9
  • Loading branch information
figsoda committed Jun 29, 2023
2 parents b70c911 + f28cd80 commit cc30619
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 @@ -14,7 +14,7 @@ description = "A command-line utility for easily compressing and decompressing f
atty = "0.2.14"
bstr = { version = "1.5.0", default-features = false, features = ["std"] }
bzip2 = "0.4.4"
clap = { version = "4.3.8", features = ["derive", "env"] }
clap = { version = "4.3.9", features = ["derive", "env"] }
filetime = "0.2.21"
flate2 = { version = "1.0.26", default-features = false }
fs-err = "2.9.0"
Expand All @@ -39,7 +39,7 @@ zstd = { version = "0.12.3", default-features = false }
is_executable = "1.0.1"

[build-dependencies]
clap = { version = "4.3.8", features = ["derive", "env", "string"] }
clap = { version = "4.3.9", features = ["derive", "env", "string"] }
clap_complete = "4.3.1"
clap_mangen = "0.2.12"

Expand Down

0 comments on commit cc30619

Please sign in to comment.