Skip to content

Commit

Permalink
feat(dependencies): update clap to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Jul 25, 2023
1 parent ded4067 commit 7caaf64
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 115 deletions.
247 changes: 137 additions & 110 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 @@ -14,7 +14,7 @@ categories = ["command-line-utilities", "date-and-time"]
[dependencies]
anyhow = "1.0"
chrono = "0.4"
clap = { version = "3.0.0", features = ["derive", "cargo"] }
clap = { version = "4.0.0", features = ["derive", "cargo"] }
nu-ansi-term = "0.47"
toml = "0.5.*"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 7caaf64

Please sign in to comment.