Bump parity-db from 0.3.1 to 0.3.2 (#9944)

Bumps [parity-db](https://github.com/paritytech/parity-db) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/paritytech/parity-db/releases)
- [Commits](https://github.com/paritytech/parity-db/commits)

---
updated-dependencies:
- dependency-name: parity-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-10-06 18:45:25 +02:00
committed by GitHub
parent 7e5c022aea
commit c45981f789
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6174,9 +6174,9 @@ dependencies = [
[[package]]
name = "parity-db"
version = "0.3.1"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "241f9c5d25063080f2c02846221f13e1d0e5e18fa00c32c234aad585b744ee55"
checksum = "91b679c6acc14fac74382942e2b73bea441686a33430b951ea03b5aeb6a7f254"
dependencies = [
"blake2-rfc",
"crc32fast",
+1 -1
View File
@@ -33,7 +33,7 @@ sc-state-db = { version = "0.10.0-dev", path = "../state-db" }
sp-trie = { version = "4.0.0-dev", path = "../../primitives/trie" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-database = { version = "4.0.0-dev", path = "../../primitives/database" }
parity-db = { version = "0.3.1", optional = true }
parity-db = { version = "0.3.2", optional = true }
[dev-dependencies]
sp-tracing = { version = "4.0.0-dev", path = "../../primitives/tracing" }