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

Commit 5da61f5

Browse files
committed
Bump parity-db to 0.4.8
1 parent 6ad852c commit 5da61f5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ serde_json = "1.0.96"
7575
thiserror = "1.0.31"
7676
kvdb = "0.13.0"
7777
kvdb-rocksdb = { version = "0.19.0", optional = true }
78-
parity-db = { version = "0.4.6", optional = true }
78+
parity-db = { version = "0.4.8", optional = true }
7979

8080
async-trait = "0.1.57"
8181
lru = "0.9"

node/subsystem-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc
3434
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
3535

3636
kvdb = "0.13.0"
37-
parity-db = { version = "0.4.6"}
37+
parity-db = { version = "0.4.8"}
3838

3939
[dev-dependencies]
4040
assert_matches = "1.4.0"

0 commit comments

Comments
 (0)