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
@@ -11,7 +11,7 @@ homepage = "https://substrate.io"
[dependencies]
array-bytes = { version = "4.1", optional = true }
log = { version = "0.4", default-features = false, optional = true }
hash-db = { version = "0.15.2", default-features = false }
hash-db = { version = "0.16.0", default-features = false }
[dev-dependencies]
array-bytes = "4.1"
@@ -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"] }