diff --git a/Cargo.toml b/Cargo.toml index bfa4111..b4c5069 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde_json = { version = "1", optional = true } [dev-dependencies] tempfile = "3" -criterion = { version = "0.5", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } [features] default = []