diff --git a/Cargo.toml b/Cargo.toml index 48d5ad5..0887fea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ full = ["cli", "async", "network"] [dev-dependencies] tempfile = "3.10" -criterion = { version = "0.5", features = ["html_reports"] } +criterion = { version = "0.7", features = ["html_reports"] } [[bench]] name = "fingerprint_matching"