mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 18:31:05 +00:00
Bump parity-db (#6921)
This commit is contained in:
Generated
+2
-2
@@ -6152,9 +6152,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "parity-db"
|
name = "parity-db"
|
||||||
version = "0.4.4"
|
version = "0.4.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "df89dd8311063c54ae4e03d9aeb597b04212a57e82c339344130a9cad9b3e2d9"
|
checksum = "00bfb81cf5c90a222db2fb7b3a7cbf8cc7f38dfb6647aca4d98edf8281f56ed5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2",
|
"blake2",
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
|
|||||||
@@ -75,7 +75,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.4", optional = true }
|
parity-db = { version = "0.4.6", 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.4"}
|
parity-db = { version = "0.4.6"}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_matches = "1.4.0"
|
assert_matches = "1.4.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user