From c356dbb009aad156c2a3d041399d897e0da52da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 14:08:01 +0000 Subject: [PATCH] Update test-strategy requirement from 0.1.1 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 7f12e00..0b62fdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ proptest = "0.10.1" rand = "0.7.3" # intentionally not upgrading to avoid ./target/... path collision warning serde = { version = "1.0.118", features = ["derive"] } structopt = { version = "0.3.21", optional = true } -test-strategy = "0.1.1" +test-strategy = "0.2.0" [dev-dependencies] insta = "1.4.0"