From 54618efca6b95d576e4c100f790021b216c12079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 08:57:56 +0000 Subject: [PATCH] Update criterion requirement from 0.3 to 0.5 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.3.0...0.5.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- xtra/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtra/Cargo.toml b/xtra/Cargo.toml index cb51e31..1817ac8 100644 --- a/xtra/Cargo.toml +++ b/xtra/Cargo.toml @@ -39,7 +39,7 @@ smol = "1.1" smol-potat = "1.1" smol-timeout = "0.6" waker-fn = "1.1" -criterion = { version = "0.3", features = ["async_tokio"] } +criterion = { version = "0.5", features = ["async_tokio"] } tokio = { version = "1.0", features = ["full"] } async-std = { version = "1.0", features = ["attributes"] } tracing = { version = "0.1.35", features = ["std"] }