diff --git a/Cargo.toml b/Cargo.toml index 6202c61..169f409 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ cc = "^1.0.70" which = "^4.0" [dev-dependencies] -criterion = { version = "0.3", features = [ "html_reports" ] } +criterion = { version = "0.5", features = [ "html_reports" ] } rand = "^0" rand_chacha = "^0" rayon = "1.5"