Skip to content

Commit

Permalink
Update test-strategy requirement from 0.1.2 to 0.2.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and brunocodutra committed Apr 9, 2022
1 parent d316a47 commit 56af523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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]]
Expand Down

0 comments on commit 56af523

Please sign in to comment.