Skip to content

Commit

Permalink
Update test-strategy requirement from 0.3.0 to 0.4.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.
- [Commits](frozenlib/test-strategy@v0.3.0...v0.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 6, 2024
1 parent ae3548e commit 10bd0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ eframe = { version = "0.27.2", default-features = false, features = ["default_fo
mockall = { version = "0.12.1", default-features = false }
proptest = { version = "1.0.0", default-features = false, features = ["std"] }
ring-channel = { version = "0.12.0", default-features = false, features = ["std", "futures_api"] }
test-strategy = { version = "0.3.0", default-features = false }
test-strategy = { version = "0.4.0", default-features = false }
tokio = { version = "1.17.0", default-features = false, features = ["macros", "rt-multi-thread"] }

[[example]]
Expand Down

0 comments on commit 10bd0cd

Please sign in to comment.