Skip to content

Commit

Permalink
build(deps): bump clap from 4.4.3 to 4.4.4
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.3...v4.4.4)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent a89d6fc commit eb1678f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 44 deletions.
53 changes: 11 additions & 42 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.3"
version = "4.4.4"
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.3", features = ["derive"] }
clap = { version = "4.4.4", features = ["derive"] }
clap_complete = "4.4.1"
clap_mangen = "0.2.14"

Expand Down

0 comments on commit eb1678f

Please sign in to comment.