Skip to content

Commit

Permalink
build(deps): bump clap from 4.4.18 to 4.5.0 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 15, 2024
1 parent 12c3b78 commit 05951c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "vpxtool"
base64 = "0.21.7"
#see https://github.com/chronotope/chrono/issues/602#issuecomment-1242149249
chrono = { version = "0.4.33", default-features = false, features = ["clock"] }
clap = { version = "4.4.18", features = ["derive", "string"] }
clap = { version = "4.5.0", features = ["derive", "string"] }
colored = "2.1.0"
console = "0.15.8"
dialoguer = "0.11.0"
Expand Down

0 comments on commit 05951c7

Please sign in to comment.