mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 10:01:02 +00:00
update kvdb-rocksdb to 0.9.1 and rocksdb to 6.11.4 (#6963)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user