update trie deps (#13601)

This commit is contained in:
cheme
2023-03-14 22:03:50 +01:00
committed by GitHub
parent 81a02cb7c4
commit ef165cec3e
10 changed files with 30 additions and 31 deletions
@@ -21,7 +21,7 @@ log = { version = "0.4.17", default-features = false }
sp-core = { path = "../../../../primitives/core" }
sp-state-machine = { path = "../../../../primitives/state-machine" }
sp-trie = { path = "../../../../primitives/trie" }
trie-db = "0.26.0"
trie-db = "0.27.0"
jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] }