Skip to content

Commit

Permalink
Merge pull request #12 from akiomik/dependabot/cargo/clap-4.4.18
Browse files Browse the repository at this point in the history
Bump clap from 4.4.17 to 4.4.18
  • Loading branch information
akiomik authored Jan 22, 2024
2 parents d633734 + cff3ada commit dc3723b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include = ["src", "LICENSE", "README.md", "screenshot.gif", ".config"]
[dependencies]
better-panic = "0.3.0"
chrono = "0.4.31"
clap = { version = "4.4.17", features = ["derive", "cargo", "wrap_help", "unicode", "string", "unstable-styles"] }
clap = { version = "4.4.18", features = ["derive", "cargo", "wrap_help", "unicode", "string", "unstable-styles"] }
color-eyre = "0.6.2"
config = "0.13.3"
crossterm = { version = "0.27.0", features = ["serde", "event-stream"] }
Expand Down

0 comments on commit dc3723b

Please sign in to comment.