diff --git a/Cargo.toml b/Cargo.toml index 078fb0f..0bf0982 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ full = ["cli", "async", "network"] [dev-dependencies] tempfile = "3.10" -criterion = { version = "0.5", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } [[bench]] name = "fingerprint_matching"