mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Bump parity-db (#6617)
This commit is contained in:
Generated
+3
-3
@@ -6062,9 +6062,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "parity-db"
|
name = "parity-db"
|
||||||
version = "0.4.2"
|
version = "0.4.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3a7511a0bec4a336b5929999d02b560d2439c993cccf98c26481484e811adc43"
|
checksum = "dd684a725651d9588ef21f140a328b6b4f64e646b2e931f3e6f14f75eedf9980"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2",
|
"blake2",
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
@@ -12335,7 +12335,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"digest 0.10.3",
|
"digest 0.10.3",
|
||||||
"rand 0.8.5",
|
"rand 0.7.3",
|
||||||
"static_assertions",
|
"static_assertions",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ serde_json = "1.0.81"
|
|||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
kvdb = "0.13.0"
|
kvdb = "0.13.0"
|
||||||
kvdb-rocksdb = { version = "0.17.0", optional = true }
|
kvdb-rocksdb = { version = "0.17.0", optional = true }
|
||||||
parity-db = { version = "0.4.2", optional = true }
|
parity-db = { version = "0.4.3", optional = true }
|
||||||
|
|
||||||
async-trait = "0.1.57"
|
async-trait = "0.1.57"
|
||||||
lru = "0.9"
|
lru = "0.9"
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc
|
|||||||
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||||
|
|
||||||
kvdb = "0.13.0"
|
kvdb = "0.13.0"
|
||||||
parity-db = { version = "0.4.2"}
|
parity-db = { version = "0.4.3"}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_matches = "1.4.0"
|
assert_matches = "1.4.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user