update parity-db version (#5472)

This commit is contained in:
cheme
2022-05-06 15:24:16 +02:00
committed by GitHub
parent 35a87e0fa3
commit fc568486fa
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ serde_json = "1.0.59"
thiserror = "1.0.31"
kvdb = "0.11.0"
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"
lru = "0.7"
+1 -1
View File
@@ -34,7 +34,7 @@ sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste
kvdb = "0.11.0"
parity-util-mem = { version = "0.11", default-features = false }
parity-db = { version = "0.3.12" }
parity-db = { version = "0.3.13" }
[dev-dependencies]
assert_matches = "1.4.0"