Upgrade trie-db crate to 0.16.0. (#4144)

* Upgrade paritytech/trie crates to 0.16.0.

* Fix tests and unexpected Cargo.lock change.

* Bump trie-bench version.
This commit is contained in:
Jim Posen
2019-11-21 11:01:49 +01:00
committed by GitHub
parent 2783b44207
commit 502deb9cce
6 changed files with 112 additions and 70 deletions
@@ -9,7 +9,7 @@ edition = "2018"
log = "0.4.8"
parking_lot = "0.9.0"
hash-db = "0.15.2"
trie-db = "0.15.2"
trie-db = "0.16.0"
trie-root = "0.15.2"
trie = { package = "substrate-trie", path = "../trie" }
primitives = { package = "substrate-primitives", path = "../core" }