Skip to content
Snippets Groups Projects
Commit 439ab875 authored by ordian's avatar ordian Committed by GitHub
Browse files

update rocksdb to 0.20.1 (#7113)

* update rocksdb to 0.20.1

* update lockfile for {"substrate"}

---------

Co-authored-by: parity-processbot <>
parent 8b0b8665
No related merge requests found
This diff is collapsed.
...@@ -74,7 +74,7 @@ serde = { version = "1.0.137", features = ["derive"] } ...@@ -74,7 +74,7 @@ serde = { version = "1.0.137", features = ["derive"] }
serde_json = "1.0.96" serde_json = "1.0.96"
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.18.0", optional = true }
parity-db = { version = "0.4.6", optional = true } parity-db = { version = "0.4.6", optional = true }
async-trait = "0.1.57" async-trait = "0.1.57"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment