From e92b21263e4151980d47d3087af9b4560d6b52be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 13:13:44 +0000 Subject: [PATCH] Update criterion requirement from 0.3 to 0.4 Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.3.0...0.4.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 8219607..df094f5 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.4", features = ["async_tokio"] } tokio = { version = "1.0", features = ["full"] } async-std = { version = "1.0", features = ["attributes"] } tracing = { version = "0.1.35", features = ["std"] }