Skip to content

Commit

Permalink
Merge pull request #273 from nix-community/dependabot/cargo/clap-4.4.3
Browse files Browse the repository at this point in the history
build(deps): bump clap from 4.4.2 to 4.4.3
  • Loading branch information
figsoda authored Sep 13, 2023
2 parents 570ee80 + db3320f commit 4376f0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.2"
version = "4.4.3"
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.2", features = ["derive"] }
clap = { version = "4.4.3", features = ["derive"] }
clap_complete = "4.4.1"
clap_mangen = "0.2.13"

Expand Down

0 comments on commit 4376f0a

Please sign in to comment.