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
+1 -1
View File
@@ -35,7 +35,7 @@ pallet-timestamp = { path = "../../../palette/timestamp", default-features = fal
substrate-client = { path = "../../../client", optional = true }
substrate-trie = { path = "../../../primitives/trie", default-features = false }
transaction-pool-api = { package = "substrate-transaction-pool-runtime-api", path = "../../../primitives/transaction-pool/runtime-api", default-features = false }
trie-db = { version = "0.15.2", default-features = false }
trie-db = { version = "0.16.0", default-features = false }
[dev-dependencies]
substrate-executor = { path = "../../../client/executor" }