From c2122eb91ba47051e7a8771a4ae01d032b07e577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 00:47:25 +0000 Subject: [PATCH] Update flaky_test requirement from 0.1 to 0.2 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](https://github.com/denoland/flaky_test/compare/v0.1.0...v0.2.2) --- updated-dependencies: - dependency-name: flaky_test 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 21c55a6..9997836 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"