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
+1 -1
View File
@@ -21,7 +21,7 @@ sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime"
sp-version = { version = "5.0.0", default-features = false, path = "../version" }
sp-state-machine = { version = "0.13.0", default-features = false, optional = true, path = "../state-machine" }
sp-trie = { version = "7.0.0", default-features = false, optional = true, path = "../trie" }
hash-db = { version = "0.15.2", optional = true }
hash-db = { version = "0.16.0", optional = true }
thiserror = { version = "1.0.30", optional = true }
log = { version = "0.4.17", default-features = false }