From 56af52327c99611e94cbe06ae20908b4fdf31df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Mar 2022 05:01:53 +0000 Subject: [PATCH] Update test-strategy requirement from 0.1.2 to 0.2.0 Updates the requirements on [test-strategy](https://github.com/frozenlib/test-strategy) to permit the latest version. - [Release notes](https://github.com/frozenlib/test-strategy/releases) - [Commits](https://github.com/frozenlib/test-strategy/commits) --- updated-dependencies: - dependency-name: test-strategy 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 4fc7207..22c7e94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ criterion = { version = "0.3.5", features = ["async_tokio"] } futures = { version = "0.3.21", default-features = false, features = ["alloc"] } num_cpus = "1.13.1" proptest = "1.0.0" -test-strategy = "0.1.2" +test-strategy = "0.2.0" tokio = { version = "1.16.1", default-features = false, features = ["macros", "rt-multi-thread", "time"] } [[bench]]