Skip to content

Commit

Permalink
chore(rust)(deps): update test-strategy requirement in /wnfs (#143)
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](frozenlib/test-strategy@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: test-strategy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2023
1 parent e200595 commit f2fa3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wnfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ env_logger = "0.10"
proptest = "1.0"
rand = "0.8"
test-log = "0.2"
test-strategy = "0.2"
test-strategy = "0.3"
tokio = { version = "1.0", features = ["full"] }

[lib]
Expand Down

0 comments on commit f2fa3d9

Please sign in to comment.