From f4bdc50370908c3e8d84df99fd8c39f96f438d1b Mon Sep 17 00:00:00 2001 From: Vasyl Tretiakov Date: Thu, 23 Jan 2025 01:06:33 +0200 Subject: [PATCH] criterion version bump for channel --- crates/channel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/channel/Cargo.toml b/crates/channel/Cargo.toml index 9d42125..947dbe7 100644 --- a/crates/channel/Cargo.toml +++ b/crates/channel/Cargo.toml @@ -23,7 +23,7 @@ lazy_static = "1.5.0" uniffi = { version= "0.25", features = ["cli"]} [dev-dependencies] -criterion = { version = "0.4", features = ["html_reports"] } +criterion = { version = "0.5.1", features = ["html_reports"] } rand = "0.8.5" [build-dependencies]