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

Commit 2cff60c

Browse files
authored
Bump parity-db (#9024)
1 parent d27dea9 commit 2cff60c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.

bin/node/bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ hex = "0.4.0"
3838
rand = { version = "0.7.2", features = ["small_rng"] }
3939
lazy_static = "1.4.0"
4040
parity-util-mem = { version = "0.9.0", default-features = false, features = ["primitive-types"] }
41-
parity-db = { version = "0.2.2" }
41+
parity-db = { version = "0.2.4" }
4242
sc-transaction-pool = { version = "3.0.0", path = "../../../client/transaction-pool" }
4343
futures = { version = "0.3.4", features = ["thread-pool"] }

client/db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sp-trie = { version = "3.0.0", path = "../../primitives/trie" }
3535
sp-consensus = { version = "0.9.0", path = "../../primitives/consensus/common" }
3636
sp-blockchain = { version = "3.0.0", path = "../../primitives/blockchain" }
3737
sp-database = { version = "3.0.0", path = "../../primitives/database" }
38-
parity-db = { version = "0.2.3", optional = true }
38+
parity-db = { version = "0.2.4", optional = true }
3939
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.9.0", path = "../../utils/prometheus" }
4040

4141
[dev-dependencies]

0 commit comments

Comments
 (0)