Skip to content

Commit

Permalink
Merge pull request #1131 from mir-protocol/dependabot/cargo/criterion…
Browse files Browse the repository at this point in the history
…-0.5.1

Update criterion requirement from 0.4.0 to 0.5.1
  • Loading branch information
npwardberkeley authored Jul 13, 2023
2 parents c202f4b + b0c5ddc commit dc17091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ serde_json = "1.0"
jemallocator = "0.5.0"

[dev-dependencies]
criterion = "0.4.0"
criterion = "0.5.1"
hex = "0.4.3"
ripemd = "0.1.3"
sha2 = "0.10.6"
Expand Down
2 changes: 1 addition & 1 deletion plonky2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ unroll = { version = "0.1.5", default-features = false }
getrandom = { version = "0.2", default-features = false, features = ["js"] }

[dev-dependencies]
criterion = { version = "0.4.0", default-features = false }
criterion = { version = "0.5.1", default-features = false }
env_logger = { version = "0.9.0", default-features = false }
num_cpus = { version = "1.14.0", default-features = false }
rand = { version = "0.8.4", default-features = false, features = ["getrandom"] }
Expand Down

0 comments on commit dc17091

Please sign in to comment.