update kvdb-rocksdb to 0.9.1 and rocksdb to 6.11.4 (#6963)

This commit is contained in:
Andronik Ordian
2020-08-29 05:30:13 +02:00
committed by GitHub
parent 8fd343e39d
commit d0a58a7360
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ serde_json = "1.0.41"
structopt = "0.3"
derive_more = "0.99.2"
kvdb = "0.7"
kvdb-rocksdb = "0.9"
kvdb-rocksdb = "0.9.1"
sp-trie = { version = "2.0.0-rc6", path = "../../../primitives/trie" }
sp-core = { version = "2.0.0-rc6", path = "../../../primitives/core" }
sp-consensus = { version = "0.8.0-rc6", path = "../../../primitives/consensus/common" }