mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
update parity-db version (#5472)
This commit is contained in:
Generated
+2
-2
@@ -6054,9 +6054,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "parity-db"
|
name = "parity-db"
|
||||||
version = "0.3.12"
|
version = "0.3.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6e73cd0b0a78045276b19eaae8eaaa20e44a1da9a0217ff934a810d9492ae701"
|
checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"blake2-rfc",
|
"blake2-rfc",
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ serde_json = "1.0.59"
|
|||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
kvdb = "0.11.0"
|
kvdb = "0.11.0"
|
||||||
kvdb-rocksdb = { version = "0.15.2", optional = true }
|
kvdb-rocksdb = { version = "0.15.2", optional = true }
|
||||||
parity-db = { version = "0.3.12", optional = true }
|
parity-db = { version = "0.3.13", optional = true }
|
||||||
async-trait = "0.1.53"
|
async-trait = "0.1.53"
|
||||||
lru = "0.7"
|
lru = "0.7"
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste
|
|||||||
|
|
||||||
kvdb = "0.11.0"
|
kvdb = "0.11.0"
|
||||||
parity-util-mem = { version = "0.11", default-features = false }
|
parity-util-mem = { version = "0.11", default-features = false }
|
||||||
parity-db = { version = "0.3.12" }
|
parity-db = { version = "0.3.13" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_matches = "1.4.0"
|
assert_matches = "1.4.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user