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]