update rocksdb to 0.20.1 (#7113)

* update rocksdb to 0.20.1

* update lockfile for {"substrate"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
ordian
2023-04-21 22:37:42 +02:00
committed by GitHub
parent 8b0b86651f
commit 439ab875dc
2 changed files with 227 additions and 192 deletions
+226 -191
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -74,7 +74,7 @@ serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.96"
thiserror = "1.0.31"
kvdb = "0.13.0"
kvdb-rocksdb = { version = "0.17.0", optional = true }
kvdb-rocksdb = { version = "0.18.0", optional = true }
parity-db = { version = "0.4.6", optional = true }
async-trait = "0.1.57"