Bump parity-db from 0.3.13 to 0.3.16 (#12091)

Bumps [parity-db](https://github.com/paritytech/parity-db) from 0.3.13 to 0.3.16.
- [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>

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]
2022-08-23 13:19:54 +02:00
committed by GitHub
parent b20f83c18f
commit 16842c3d64
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6515,9 +6515,9 @@ dependencies = [
[[package]]
name = "parity-db"
version = "0.3.13"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"
checksum = "2bb474d0ed0836e185cb998a6b140ed1073d1fbf27d690ecf9ede8030289382c"
dependencies = [
"blake2-rfc",
"crc32fast",
+1 -1
View File
@@ -22,7 +22,7 @@ kvdb-memorydb = "0.11.0"
kvdb-rocksdb = { version = "0.15.2", optional = true }
linked-hash-map = "0.5.4"
log = "0.4.17"
parity-db = "0.3.13"
parity-db = "0.3.16"
parking_lot = "0.12.0"
sc-client-api = { version = "4.0.0-dev", path = "../api" }
sc-state-db = { version = "0.10.0-dev", path = "../state-db" }