From 3dcc0c257ee88641dde0aa390cf6251c730da328 Mon Sep 17 00:00:00 2001 From: Daniel Lubarov Date: Mon, 7 Nov 2022 11:28:24 -0800 Subject: [PATCH] Update criterion --- evm/Cargo.toml | 2 +- plonky2/Cargo.toml | 2 +- system_zero/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/evm/Cargo.toml b/evm/Cargo.toml index cdb8b5d6..650874b0 100644 --- a/evm/Cargo.toml +++ b/evm/Cargo.toml @@ -31,7 +31,7 @@ sha2 = "0.10.2" tiny-keccak = "2.0.2" [dev-dependencies] -criterion = "0.3.5" +criterion = "0.4.0" hex = "0.4.3" [features] diff --git a/plonky2/Cargo.toml b/plonky2/Cargo.toml index b3fa5113..b63ef5a5 100644 --- a/plonky2/Cargo.toml +++ b/plonky2/Cargo.toml @@ -37,7 +37,7 @@ static_assertions = "1.1.0" [dev-dependencies] rand = "0.8.4" rand_chacha = "0.3.1" -criterion = "0.3.5" +criterion = "0.4.0" env_logger = "0.9.0" tynm = "0.1.6" structopt = "0.3.26" diff --git a/system_zero/Cargo.toml b/system_zero/Cargo.toml index f1cb5729..826d69d8 100644 --- a/system_zero/Cargo.toml +++ b/system_zero/Cargo.toml @@ -16,7 +16,7 @@ rand = "0.8.4" rand_chacha = "0.3.1" [dev-dependencies] -criterion = "0.3.5" +criterion = "0.4.0" [[bench]] name = "lookup_permuted_cols"