From aedddf610c47dfd351f65f8084c6fdc7eba86f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 08:59:51 +0000 Subject: [PATCH] chore(rust)(deps): update test-strategy requirement in /wnfs Updates the requirements on [test-strategy](https://github.com/frozenlib/test-strategy) to permit the latest version. - [Commits](https://github.com/frozenlib/test-strategy/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: test-strategy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- wnfs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wnfs/Cargo.toml b/wnfs/Cargo.toml index 3d777d26..ade1d447 100644 --- a/wnfs/Cargo.toml +++ b/wnfs/Cargo.toml @@ -64,7 +64,7 @@ rsa = "0.9" serde_json = "1.0.103" sha2 = "0.10" test-log = "0.2" -test-strategy = "0.3" +test-strategy = "0.4" testresult = "0.4.0" tiny-bip39 = "1.0" wnfs-common = { path = "../wnfs-common", features = ["test_utils"] }