diff --git a/crates/rpm/Cargo.toml b/crates/rpm/Cargo.toml index 848ad00..ed6d07d 100644 --- a/crates/rpm/Cargo.toml +++ b/crates/rpm/Cargo.toml @@ -19,7 +19,7 @@ subtle = "2.6.1" rayon = "1.10" [dev-dependencies] -criterion = { version = "0.4", features = ["html_reports"] } +criterion = { version = "0.5.1", features = ["html_reports"] } rand = "0.8.5" [build-dependencies]