Skip to content

Commit

Permalink
Update incrementalmerkletree requirement from 0.4 to 0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [incrementalmerkletree](https://github.com/zcash/incrementalmerkletree) to permit the latest version.
- [Commits](zcash/incrementalmerkletree@incrementalmerkletree-v0.4.0...incrementalmerkletree-v0.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 4b86437 commit 8b8ffce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
19 changes: 14 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ byteorder = "1"
crossbeam-channel = "0.5"
cxx = { version = "=1.0.95", features = ["c++17"] }
group = "0.13"
incrementalmerkletree = "0.4"
incrementalmerkletree = "0.5"
jubjub = "0.10"
libc = "0.2"
memuse = "0.2"
Expand Down Expand Up @@ -98,7 +98,7 @@ syn = { version = "1.0.109", features = ["full", "printing"] }
# Treat minor versions with a zero major version as compatible (cargo doesn't by default).
hex = ">= 0.4.3"
lazy_static = "1.4.0"
incrementalmerkletree = { version = "0.4", features = ["test-dependencies"] }
incrementalmerkletree = { version = "0.5", features = ["test-dependencies"] }
zcash_primitives = { version = "0.12", features = ["temporary-zcashd", "transparent-inputs", "test-dependencies"] }

[[package.metadata.release.pre-release-replacements]]
Expand Down

0 comments on commit 8b8ffce

Please sign in to comment.