Skip to content

Commit

Permalink
Merge pull request #137 from nix-community/dependabot/cargo/clap-4.4.12
Browse files Browse the repository at this point in the history
build(deps): bump clap from 4.4.10 to 4.4.12
  • Loading branch information
figsoda authored Jan 2, 2024
2 parents f759292 + 368610e commit d72b599
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 @@ -24,7 +24,7 @@ serde_with = "3.4.0"
thiserror = "1.0.53"

[dependencies.clap]
version = "4.4.10"
version = "4.4.12"
features = ["cargo", "derive", "unicode", "wrap_help"]

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

[build-dependencies]
clap = { version = "4.4.10", features = ["derive"] }
clap = { version = "4.4.12", features = ["derive"] }
clap_complete = "4.4.4"
clap_mangen = "0.2.15"

Expand Down

0 comments on commit d72b599

Please sign in to comment.