mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 03:31:03 +00:00
Bump parity-db (#6816)
* Bump parity-db
* update lockfile for {"substrate"}
---------
Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+283
-318
File diff suppressed because it is too large
Load Diff
@@ -74,7 +74,7 @@ serde_json = "1.0.81"
|
|||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
kvdb = "0.13.0"
|
kvdb = "0.13.0"
|
||||||
kvdb-rocksdb = { version = "0.17.0", optional = true }
|
kvdb-rocksdb = { version = "0.17.0", optional = true }
|
||||||
parity-db = { version = "0.4.3", optional = true }
|
parity-db = { version = "0.4.4", optional = true }
|
||||||
|
|
||||||
async-trait = "0.1.57"
|
async-trait = "0.1.57"
|
||||||
lru = "0.9"
|
lru = "0.9"
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc
|
|||||||
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
|
|
||||||
kvdb = "0.13.0"
|
kvdb = "0.13.0"
|
||||||
parity-db = { version = "0.4.3"}
|
parity-db = { version = "0.4.4"}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_matches = "1.4.0"
|
assert_matches = "1.4.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user