Skip to content

Commit

Permalink
build(deps): bump criterion from 0.3.6 to 0.4.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kchalkias committed Nov 29, 2022
1 parent 9e444bc commit eab65c3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 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 crates/sui-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ eyre = "0.6.8"

[dev-dependencies]
anyhow = "1.0.64"
criterion = { version = "0.3.6", features = ["async", "async_tokio"] }
criterion = { version = "0.4.0", features = ["async", "async_tokio"] }
tempfile = "3.3.0"
num_cpus = "1.13.1"
pretty_assertions = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion narwhal/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ readonly = "0.2.2"
default = []
[dev-dependencies]
bincode = "1.3.3"
criterion = "0.3.6"
criterion = "0.4.0"
hex-literal = "0.3.4"
proptest = "1.0.0"
proptest-derive = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion narwhal/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ store = { path = "../../crates/typed-store", package = "typed-store" }
mysten-util-mem.workspace = true

[dev-dependencies]
criterion = "0.3.6"
criterion = "0.4.0"
serde_test = "1.0.147"
test-utils = { path = "../test-utils", package = "narwhal-test-utils" }

Expand Down

0 comments on commit eab65c3

Please sign in to comment.