Skip to content

Commit

Permalink
build(deps): bump clap-cargo from 0.15.1 to 0.15.2
Browse files Browse the repository at this point in the history
Bumps [clap-cargo](https://github.com/crate-ci/clap-cargo) from 0.15.1 to 0.15.2.
- [Changelog](https://github.com/crate-ci/clap-cargo/blob/master/CHANGELOG.md)
- [Commits](crate-ci/clap-cargo@v0.15.1...v0.15.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 9f43129 commit fec0f43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bisector = "0.4.0" # bisection with a custom comparator
camino = "1.1" # utf-8 paths
cargo_metadata = "0.19.1" # resolving Cargo manifest metadata (consider `guppy`!)
clap = { version = "4.5.26", features = ["derive"] } # parse CLI arguments
clap-cargo = { version = "0.15.1", features = ["cargo_metadata"] }
clap-cargo = { version = "0.15.2", features = ["cargo_metadata"] }
dirs = "6.0.0" # common directories
indicatif = "0.17.9" # UI
once_cell = "1.20.2" # lazy data structures and thunking
Expand Down

0 comments on commit fec0f43

Please sign in to comment.