Skip to content

Commit

Permalink
build(deps): bump criterion from 0.3.5 to 0.3.6
Browse files Browse the repository at this point in the history
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.3.5 to 0.3.6.
- [Release notes](https://github.com/bheisler/criterion.rs/releases)
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.3.5...0.3.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2022
1 parent e9c9ea9 commit ed1d2e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 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 zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ zebra-test = { path = "../zebra-test/", optional = true }
[dev-dependencies]

# Benchmarks
criterion = { version = "0.3.5", features = ["html_reports"] }
criterion = { version = "0.3.6", features = ["html_reports"] }

# Error Handling & Formatting
color-eyre = "0.6.1"
Expand Down

0 comments on commit ed1d2e6

Please sign in to comment.