Bump kvdb-rocksdb to 0.19.0 (#14113)

This commit is contained in:
Tsvetomir Dimitrov
2023-05-10 17:11:30 +03:00
committed by GitHub
parent 6e48108531
commit 1858badf0f
3 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ serde = "1.0.136"
serde_json = "1.0.85"
derive_more = { version = "0.99.17", default-features = false, features = ["display"] }
kvdb = "0.13.0"
kvdb-rocksdb = "0.18.0"
kvdb-rocksdb = "0.19.0"
sp-trie = { version = "7.0.0", path = "../../../primitives/trie" }
sp-core = { version = "7.0.0", path = "../../../primitives/core" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }