diff --git a/Cargo.toml b/Cargo.toml index b907fe7..d6245f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ libm = { version = "0.2.11", optional = true } [dev-dependencies] rand = "0.8.5" rand_chacha = "0.3.1" -criterion = "0.4.0" +criterion = "0.5.1" [[bench]] name = "numparse"