From 38506251734b718beb397019f530e937079e079c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 16:18:44 +0200 Subject: [PATCH] Update criterion requirement from =0.3.2 to =0.3.3 in /boa (#678) * Update criterion requirement from =0.3.2 to =0.3.3 in /boa 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](https://github.com/bheisler/criterion.rs/compare/0.3.2...0.3.3) Signed-off-by: dependabot[bot] * Removed specific criterion version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Halid Odat --- boa/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boa/Cargo.toml b/boa/Cargo.toml index 6ee1d0c652..e83feecf08 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -33,7 +33,7 @@ measureme = { version = "0.7.1", optional = true } once_cell = { version = "1.4.1", optional = true } [dev-dependencies] -criterion = "=0.3.2" +criterion = "0.3.3" float-cmp = "0.8.0" [target.x86_64-unknown-linux-gnu.dev-dependencies]