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]