Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Bump kvdb-rocksdb #7212

Merged
merged 2 commits into from
May 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.0", optional = true }
kvdb-rocksdb = { version = "0.19.0", optional = true }
parity-db = { version = "0.4.6", optional = true }

async-trait = "0.1.57"
Expand Down