From 00fe2591a0a2a0697d5515526b315084a79e8870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 17:02:26 +0000 Subject: [PATCH] Update criterion requirement from 0.4.0 to 0.5.1 Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.1) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c0e28e0..5493206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ rand = { version = "0.8.5" } console-subscriber = {version = "0.1.8", optional= true} [dev-dependencies] -criterion = { version = "0.4.0", features = ["async_futures"]} +criterion = { version = "0.5.1", features = ["async_futures"]} clap = { version = "4.1.4", features = ["derive"] } csv = "1.1" paho-mqtt = "0.12.0"