diff --git a/fixer/Cargo.toml b/fixer/Cargo.toml index 0cf4218..f3b8416 100644 --- a/fixer/Cargo.toml +++ b/fixer/Cargo.toml @@ -39,7 +39,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } [dev-dependencies] tempfile = "3.9" -criterion = { version = "0.5", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } [[bench]] name = "hypatia_bench"