Skip to content

Commit

Permalink
build(deps): update criterion requirement from 0.3.0 to 0.4.0 (#676)
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.
- [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.0...0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 12, 2022
1 parent 62aa409 commit 6e5fe50
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ethbloom/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ impl-codec = { version = "0.6.0", path = "../primitive-types/impls/codec", defau
scale-info = { version = ">=1.0, <3", features = ["derive"], default-features = false, optional = true }

[dev-dependencies]
criterion = "0.3.0"
criterion = "0.4.0"
rand = "0.8.0"
hex-literal = "0.3.1"

Expand Down
2 changes: 1 addition & 1 deletion fixed-hash/Cargo.toml
Expand Up @@ -24,7 +24,7 @@ arbitrary = { version = "1.0", optional = true }

[dev-dependencies]
rand_xorshift = "0.3.0"
criterion = "0.3.0"
criterion = "0.4.0"
rand = { version = "0.8.0", default-features = false, features = ["std_rng"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion keccak-hash/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ primitive-types = { path = "../primitive-types", version = "0.11", default-featu

[dev-dependencies]
tempfile = "3.1.0"
criterion = "0.3.0"
criterion = "0.4.0"

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion kvdb-rocksdb/Cargo.toml
Expand Up @@ -35,7 +35,7 @@ version = "0.19.0"

[dev-dependencies]
alloc_counter = "0.0.4"
criterion = "0.3"
criterion = "0.4"
ethereum-types = { path = "../ethereum-types" }
kvdb-shared-tests = { path = "../kvdb-shared-tests", version = "0.9" }
rand = "0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion rlp/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ rustc-hex = { version = "2.0.1", default-features = false }
rlp-derive = { version = "0.1", path = "../rlp-derive", optional = true }

[dev-dependencies]
criterion = "0.3.0"
criterion = "0.4.0"
hex-literal = "0.3.1"
primitive-types = { path = "../primitive-types", version = "0.11", features = ["impl-rlp"] }

Expand Down
2 changes: 1 addition & 1 deletion uint/Cargo.toml
Expand Up @@ -30,7 +30,7 @@ name = "uint_tests"
required-features = ["std"]

[dev-dependencies]
criterion = "0.3.0"
criterion = "0.4.0"
num-bigint = "0.4.0"

[target.'cfg(all(unix, target_arch = "x86_64"))'.dev-dependencies]
Expand Down

0 comments on commit 6e5fe50

Please sign in to comment.