Bump parity-db to 0.4.8 (#7231)

* Bump parity-db to 0.4.8

* update lockfile for {"substrate"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Tsvetomir Dimitrov
2023-05-15 18:34:17 +03:00
committed by GitHub
parent fbcb6caf8c
commit 761368cd32
3 changed files with 364 additions and 319 deletions
+362 -317
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -75,7 +75,7 @@ serde_json = "1.0.96"
thiserror = "1.0.31"
kvdb = "0.13.0"
kvdb-rocksdb = { version = "0.19.0", optional = true }
parity-db = { version = "0.4.7", optional = true }
parity-db = { version = "0.4.8", optional = true }
async-trait = "0.1.57"
lru = "0.9"
+1 -1
View File
@@ -34,7 +34,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
kvdb = "0.13.0"
parity-db = { version = "0.4.7"}
parity-db = { version = "0.4.8"}
[dev-dependencies]
assert_matches = "1.4.0"