Avoid allocations when computing triehash. (#8176)

* Avoid allocations when computing triehash.

* Bump elastic-array to 0.10
This commit is contained in:
Tomasz Drwięga 2018-03-22 09:24:46 +01:00 committed by Rando
parent 7c542eb6ce
commit 354948a5a6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ description = "Merkle-Patricia Trie (Ethereum Style)"
license = "GPL-3.0"
[dependencies]
elastic-array = "0.9"
elastic-array = "0.10"
log = "0.3"
rand = "0.4"
ethcore-bytes = { version = "0.1.0", path = "../bytes" }