Skip to content

Commit c3dfee6

Browse files
committed
parity-db -> 0.2.4
1 parent a4e6553 commit c3dfee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/node/bench/Cargo.toml

+1-1
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

+1-1
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.2", 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)