From ed4d7d5b606b654ffe09353a5a62dda78595a5ac Mon Sep 17 00:00:00 2001 From: Vasyl Tretiakov Date: Thu, 23 Jan 2025 01:10:04 +0200 Subject: [PATCH] criterion version bump for rpm --- crates/rpm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]