Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent a1c4d69 commit f72aa51
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
26 changes: 21 additions & 5 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.18.1" # resolving Cargo manifest metadata (consider `guppy`!)
clap = { version = "4.5.23", features = ["derive"] } # parse CLI arguments
clap-cargo = { version = "0.14.1", features = ["cargo_metadata"] }
clap-cargo = { version = "0.15.1", features = ["cargo_metadata"] }
dirs = "5.0.1" # common directories
indicatif = "0.17.9" # UI
once_cell = "1.20.2" # lazy data structures and thunking
Expand Down

0 comments on commit f72aa51

Please sign in to comment.