Skip to content

Commit

Permalink
Update educe requirement from 0.5.0 to 0.6.0 (arkworks-rs#840)
Browse files Browse the repository at this point in the history
Updates the requirements on [educe](https://github.com/magiclen/educe) to permit the latest version.
- [Commits](magiclen/educe@v0.5.0...v0.5.11)

---
updated-dependencies:
- dependency-name: educe
  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 Jun 20, 2024
1 parent 79a5fe3 commit 5a781ae
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 @@ -54,7 +54,7 @@ num-integer = { version = "0.1", default-features = false }

arrayvec = { version = "0.7", default-features = false }
criterion = "0.5.0"
educe = "0.5.0"
educe = "0.6.0"
digest = { version = "0.10", default-features = false }
hashbrown = { version = "0.14", default-features = false, features = ["inline-more", "allocator-api2"] }
hex = "0.4"
Expand Down

0 comments on commit 5a781ae

Please sign in to comment.