diff --git a/Cargo.toml b/Cargo.toml index 5376aeb..6fa7349 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ default-features = false features = [ "naturals_and_integers" ] [dev-dependencies] -criterion = {version = "0.3", features=["html_reports"]} +criterion = {version = "0.5", features=["html_reports"]} serde_json = "1.0" [build-dependencies]