update parity-db (#5175)

This commit is contained in:
cheme
2022-03-22 10:55:57 +01:00
committed by GitHub
parent 168dc6e5cd
commit 183b52e7db
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -5948,9 +5948,9 @@ dependencies = [
[[package]]
name = "parity-db"
version = "0.3.8"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "865edee5b792f537356d9e55cbc138e7f4718dc881a7ea45a18b37bf61c21e3d"
checksum = "3d121a9af17a43efd0a38c6afa508b927ba07785bd4709efb2ac03bf77efef8d"
dependencies = [
"blake2-rfc",
"crc32fast",
+1 -1
View File
@@ -68,7 +68,7 @@ serde = { version = "1.0.136", features = ["derive"] }
thiserror = "1.0.30"
kvdb = "0.11.0"
kvdb-rocksdb = { version = "0.15.1", optional = true }
parity-db = { version = "0.3.8", optional = true }
parity-db = { version = "0.3.9", optional = true }
async-trait = "0.1.52"
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.8" }
parity-db = { version = "0.3.9" }
[dev-dependencies]
assert_matches = "1.4.0"