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

Bump parity-db #7209

Merged
merged 2 commits into from
May 12, 2023
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ serde_json = "1.0.96"
thiserror = "1.0.31"
kvdb = "0.13.0"
kvdb-rocksdb = { version = "0.18.0", optional = true }
parity-db = { version = "0.4.6", optional = true }
parity-db = { version = "0.4.7", optional = true }

async-trait = "0.1.57"
lru = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion node/subsystem-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6"}
parity-db = { version = "0.4.7"}

[dev-dependencies]
assert_matches = "1.4.0"
Expand Down