Skip to content

Commit

Permalink
Bump clap from 4.3.23 to 4.4.11
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.23 to 4.4.11.
- [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.3.23...v4.4.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 26, 2023
1 parent fa07c8e commit 89df0ae
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 108 deletions.
195 changes: 88 additions & 107 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories = ["command-line-utilities", "development-tools"]
repository = "https://github.com/nrempel/locdev"

[dependencies]
clap = { version = "4.3.23", features = ["cargo", "derive"] }
clap = { version = "4.4.11", features = ["cargo", "derive"] }
colored = "2.0.0"
thiserror = "1.0.40"
tokio = { version = "1.35.1", features = [
Expand Down

0 comments on commit 89df0ae

Please sign in to comment.