Skip to content

Commit

Permalink
Merge pull request #291 from nix-community/dependabot/cargo/clap-4.4.6
Browse files Browse the repository at this point in the history
build(deps): bump clap from 4.4.5 to 4.4.6
  • Loading branch information
figsoda authored Sep 29, 2023
2 parents b100071 + d5e356f commit b029f7e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -63,7 +63,7 @@ xdg = "2.5.2"
zip = "0.6.6"

[dependencies.clap]
version = "4.4.5"
version = "4.4.6"
features = ["cargo", "derive", "unicode", "wrap_help"]

[dependencies.rustyline]
Expand All @@ -76,7 +76,7 @@ version = "1.32.0"
features = ["macros", "process", "rt-multi-thread"]

[build-dependencies]
clap = { version = "4.4.5", features = ["derive"] }
clap = { version = "4.4.6", features = ["derive"] }
clap_complete = "4.4.2"
clap_mangen = "0.2.14"

Expand Down

0 comments on commit b029f7e

Please sign in to comment.