Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update criterion requirement from 0.3.0 to 0.4.0 #676

Merged
merged 1 commit into from Sep 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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