Skip to content

Commit

Permalink
chore(rust)(deps): update testresult requirement in /wnfs (#411)
Browse files Browse the repository at this point in the history
Updates the requirements on [testresult](https://github.com/wiktor-k/testresult) to permit the latest version.
- [Commits](wiktor-k/testresult@v0.3.0...v0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 18, 2024
1 parent ae2a270 commit 97fa9fa
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 @@ -64,7 +64,7 @@ serde_json = "1.0.103"
sha2 = "0.10"
test-log = "0.2"
test-strategy = "0.3"
testresult = "0.3.0"
testresult = "0.4.0"
tiny-bip39 = "1.0"
wnfs-common = { path = "../wnfs-common", features = ["test_utils"] }
wnfs-nameaccumulator = { path = "../wnfs-nameaccumulator", default-features = false, features = ["rug"] }
Expand Down

0 comments on commit 97fa9fa

Please sign in to comment.