Skip to content

Commit

Permalink
Merge pull request #23 from nix-community/dependabot/cargo/clap-4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Jun 10, 2023
2 parents efd49d0 + b24be3b commit 10b2e42
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.0.0"
thiserror = "1.0.40"

[dependencies.clap]
version = "4.3.2"
version = "4.3.3"
features = ["cargo", "derive", "unicode", "wrap_help"]

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

[build-dependencies]
clap = { version = "4.3.2", features = ["derive"] }
clap = { version = "4.3.3", features = ["derive"] }
clap_complete = "4.3.1"
clap_mangen = "0.2.12"

Expand Down

0 comments on commit 10b2e42

Please sign in to comment.