diff --git a/strobe/Cargo.toml b/strobe/Cargo.toml index 2d97d2c..88a0fac 100644 --- a/strobe/Cargo.toml +++ b/strobe/Cargo.toml @@ -16,7 +16,7 @@ num-traits = { version = "0.2.16", default-features = false, features=["libm"] } [dev-dependencies] rand = "0.8.5" -criterion = "0.5.1" +criterion = "0.7.0" [features] default = ["std", "align_64"]