Skip to content

Commit

Permalink
Bump the known_good_semver group with 2 updates (#70)
Browse files Browse the repository at this point in the history
Bumps the known_good_semver group with 2 updates: [assert_cmd](https://github.com/assert-rs/assert_cmd) and [clap](https://github.com/clap-rs/clap).


Updates `assert_cmd` from 2.0.12 to 2.0.13
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](assert-rs/assert_cmd@v2.0.12...v2.0.13)

Updates `clap` from 4.4.13 to 4.4.16
- [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.13...v4.4.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 4db9dcd commit 78c8dcc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -19,9 +19,9 @@ required-features = [ "benchmarking" ]

[dependencies]
anyhow = { version = "1.0.79", optional = true }
assert_cmd = { version = "2.0.12", optional = true }
assert_cmd = { version = "2.0.13", optional = true }
cargo_metadata = "0.18.1"
clap = { version = "4.4.13", features = ["derive", "cargo"] }
clap = { version = "4.4.16", features = ["derive", "cargo"] }
colour = { version = "0.7.0", optional = true }
criterion = { version = "0.5", optional = true }
env_logger = { version = "0.10.1", features = [ "auto-color", "humantime" ], optional = true }
Expand Down

0 comments on commit 78c8dcc

Please sign in to comment.