Skip to content

Commit de8c989

Browse files
chore(deps): bump criterion from 0.3.6 to 0.4.0
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.3.6 to 0.4.0. - [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.6...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 79eb8f3 commit de8c989

File tree

2 files changed

+74
-5
lines changed

2 files changed

+74
-5
lines changed

Cargo.lock

+73-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jormungandr/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ quickcheck_macros = "0.9"
7272
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
7373
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
7474
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
75-
criterion = { version = "0.3", features = ["html_reports", "async_tokio"] }
75+
criterion = { version = "0.4", features = ["html_reports", "async_tokio"] }
7676

7777
[[bench]]
7878
name = "rest_v0"

0 commit comments

Comments
 (0)