mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
bump sp-io and parity-db
This commit is contained in:
committed by
Bastian Köcher
parent
8dbc4d8a6e
commit
dde3a74102
Generated
+263
-278
File diff suppressed because it is too large
Load Diff
@@ -69,7 +69,7 @@ serde_json = "1.0.59"
|
||||
thiserror = "1.0.30"
|
||||
kvdb = "0.11.0"
|
||||
kvdb-rocksdb = { version = "0.15.2", optional = true }
|
||||
parity-db = { version = "0.3.11", optional = true }
|
||||
parity-db = { version = "0.3.12", optional = true }
|
||||
async-trait = "0.1.53"
|
||||
lru = "0.7"
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste
|
||||
|
||||
kvdb = "0.11.0"
|
||||
parity-util-mem = { version = "0.11", default-features = false }
|
||||
parity-db = { version = "0.3.11" }
|
||||
parity-db = { version = "0.3.12" }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.4.0"
|
||||
|
||||
Reference in New Issue
Block a user