Skip to content

Commit

Permalink
Update flaky_test requirement from 0.1 to 0.2
Browse files Browse the repository at this point in the history
Updates the requirements on [flaky_test](https://github.com/denoland/flaky_test) to permit the latest version.
- [Release notes](https://github.com/denoland/flaky_test/releases)
- [Commits](denoland/flaky_test@v0.1.0...v0.2.2)

---
updated-dependencies:
- dependency-name: flaky_test
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and taiki-e committed Jan 22, 2024
1 parent ef60b9c commit c2122eb
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 @@ -25,7 +25,7 @@ portable-atomic = { version = "1", optional = true, default-features = false }
[dev-dependencies]
atomic-waker = "1"
easy-parallel = "3"
flaky_test = "0.1"
flaky_test = "0.2"
flume = { version = "0.11", default-features = false }
futures-lite = "2.0.0"
once_cell = "1"
Expand Down

0 comments on commit c2122eb

Please sign in to comment.