Skip to content

Commit

Permalink
build(deps): bump the cargo group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 2 updates: [clap](https://github.com/clap-rs/clap) and [criterion](https://github.com/bheisler/criterion.rs).


Updates `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)

Updates `criterion` from 0.4.0 to 0.5.1
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.4.0...0.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 3f36c93 commit 7ff0d5c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 67 deletions.
88 changes: 23 additions & 65 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 @@ -12,7 +12,7 @@ edition = "2021"
[workspace.dependencies]
bitflags = "2.4.0"
chrono = "0.4.30"
clap = "4.4.2"
clap = "4.4.4"
itertools = "0.11.0"
futures = "0.3.28"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion stone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ thiserror.workspace = true
zstd.workspace = true

[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
criterion = { version = "0.5", features = ["html_reports"] }
xxhash-rust = { version = "0.8.5", features = ["xxh3"] }

[[bench]]
Expand Down

0 comments on commit 7ff0d5c

Please sign in to comment.