Skip to content

Commit

Permalink
Update criterion requirement from 0.4 to 0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.4.0...0.5.0)

---
updated-dependencies:
- dependency-name: criterion
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 24, 2023
1 parent 2d2fa22 commit d2f57cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/merkledb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ exonum-derive = { version = "1.0.0", path = "../derive" }

assert_matches = "1.3"
bincode = "1.3"
criterion = { version = "0.4", features = [ "html_reports" ] }
criterion = { version = "0.5", features = [ "html_reports" ] }
hex = "0.4.0"
modifier = "0.1"
proptest = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion exonum-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ features = ["io-util", "macros", "rt-multi-thread", "signal", "net", "time"]

[dev-dependencies]
bincode = "1.3"
criterion = { version = "0.4", features = [ "html_reports" ] }
criterion = { version = "0.5", features = [ "html_reports" ] }
hex = "0.4"
pretty_assertions = "1"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion exonum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ exonum-proto = { version = "1.0.0", path = "../components/proto" }
assert_matches = "1.3"
bincode = "1.3"
bit-vec = "0.6"
criterion = { version = "0.4", features = [ "html_reports" ] }
criterion = { version = "0.5", features = [ "html_reports" ] }
pretty_assertions = "1"
rand = "0.8"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion runtimes/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tokio = "1"
anyhow = "1.0"
assert_matches = "1.3"
bincode = "1.3"
criterion = { version = "0.4", features = [ "html_reports" ] }
criterion = { version = "0.5", features = [ "html_reports" ] }
pretty_assertions = "1"
rand = "0.8"
serde_json = "1.0"
Expand Down

0 comments on commit d2f57cf

Please sign in to comment.