Skip to content

Commit

Permalink
[dep][security] bump filecoin-project/merkletree, remove memmap (#3671)
Browse files Browse the repository at this point in the history
* [dep][security] bump filecoin-project/merkletree

use maintained memmap2
address #2403

* update cargo.lock
  • Loading branch information
jiangying000 authored Aug 19, 2022
1 parent e4cd29e commit 424a830
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
18 changes: 4 additions & 14 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cmd/merkle-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bcs-ext = {package = "bcs-ext", path = "../../commons/bcs_ext"}
clap = {version = "3", features = ["derive"]}
csv = "~1"
hex = "~0.4"
merkletree = {git = "https://github.com/filecoin-project/merkletree", rev = "05dd6de235e0dc36dbe05cb0849f35957fdca5be"}
merkletree = {git = "https://github.com/filecoin-project/merkletree", rev = "3b1d98c43b341aed935152c5c1535c17d1b21d20"}
serde = "~1"
serde_json = {version = "~1", features = ["arbitrary_precision"]}
sha3 = "0.9.1"
Expand Down

0 comments on commit 424a830

Please sign in to comment.