update kvdb-rocksdb to 0.9.1 (companion for #6963) (#1647)

* update kvdb-rocksdb to 0.9.1

* update Cargo.lock

* "Update Substrate"

* resolve merge conflicts

* resolve merge conflicts t. 2

Co-authored-by: parity-processbot <>
This commit is contained in:
Andronik Ordian
2020-08-29 05:53:09 +02:00
committed by GitHub
parent 87f6afd862
commit bcafc81d9f
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ polkadot-overseer = { path = "../../overseer" }
polkadot-primitives = { path = "../../../primitives" }
erasure = { package = "polkadot-erasure-coding", path = "../../../erasure-coding" }
kvdb = "0.7.0"
kvdb-rocksdb = "0.9.0"
kvdb-rocksdb = "0.9.1"
codec = { package = "parity-scale-codec", version = "1.3.1", features = ["derive"] }
log = "0.4.8"
derive_more = "0.99.9"