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

Commit ade8734

Browse files
author
parity-processbot
committed
Merge remote-tracking branch 'origin/master' into anton/upgrade-libp2p-to-0.51.2
2 parents 86a6185 + bddd25c commit ade8734

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.7", 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.7"}
3838

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

0 commit comments

Comments
 (0)