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
+2 -2
View File
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
parking_lot = "0.10.0"
log = "0.4.8"
kvdb = "0.7.0"
kvdb-rocksdb = { version = "0.9", optional = true }
kvdb-rocksdb = { version = "0.9.1", optional = true }
kvdb-memorydb = "0.7.0"
linked-hash-map = "0.5.2"
hash-db = "0.15.2"
@@ -42,7 +42,7 @@ sp-keyring = { version = "2.0.0-rc6", path = "../../primitives/keyring" }
substrate-test-runtime-client = { version = "2.0.0-rc6", path = "../../test-utils/runtime/client" }
env_logger = "0.7.0"
quickcheck = "0.9"
kvdb-rocksdb = "0.9"
kvdb-rocksdb = "0.9.1"
tempfile = "3"
[features]