Bump parity-db (#6617)

This commit is contained in:
Arkadiy Paronyan
2023-01-24 16:30:25 +01:00
committed by GitHub
parent d2ec213ce5
commit cc080d0e78
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ serde_json = "1.0.81"
thiserror = "1.0.31"
kvdb = "0.13.0"
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"
lru = "0.9"
+1 -1
View File
@@ -34,7 +34,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
kvdb = "0.13.0"
parity-db = { version = "0.4.2"}
parity-db = { version = "0.4.3"}
[dev-dependencies]
assert_matches = "1.4.0"