Update trie-db to the latest (#4874)

This commit is contained in:
Cecile Tonglet
2020-02-10 11:51:56 +01:00
committed by GitHub
parent 78a8d9f3b6
commit 34bf0caa05
3 changed files with 26 additions and 49 deletions
@@ -10,8 +10,8 @@ license = "GPL-3.0"
log = "0.4.8"
parking_lot = "0.10.0"
hash-db = "0.15.2"
trie-db = "0.19.2"
trie-root = "0.15.2"
trie-db = "0.20.0"
trie-root = "0.16.0"
sp-trie = { version = "2.0.0", path = "../trie" }
sp-core = { version = "2.0.0", path = "../core" }
sp-panic-handler = { version = "2.0.0", path = "../panic-handler" }