Skip to content

Commit

Permalink
Merge pull request #185 from nix-community/dependabot/cargo/clap-4.5.4
Browse files Browse the repository at this point in the history
build(deps): bump clap from 4.4.18 to 4.5.4
  • Loading branch information
figsoda authored Sep 13, 2024
2 parents 8a99722 + e029d95 commit f4e4183
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
36 changes: 24 additions & 12 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 @@ -24,7 +24,7 @@ serde_with = "3.6.1"
thiserror = "1.0.61"

[dependencies.clap]
version = "4.4.18"
version = "4.5.4"
features = ["cargo", "derive", "unicode", "wrap_help"]

[dependencies.ratatui]
Expand All @@ -37,7 +37,7 @@ version = "0.3.34"
features = ["formatting", "local-offset", "serde"]

[build-dependencies]
clap = { version = "4.4.18", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
clap_complete = "4.5.1"
clap_mangen = "0.2.19"

Expand Down

0 comments on commit f4e4183

Please sign in to comment.