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

Commit

Permalink
Bump parity-db to 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tdimitrov committed May 15, 2023
1 parent 6ad852c commit 5da61f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.19.0", optional = true }
parity-db = { version = "0.4.6", optional = true }
parity-db = { version = "0.4.8", 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.8"}

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

0 comments on commit 5da61f5

Please sign in to comment.