Bump kvdb-rocksdb from 0.15.1 to 0.15.2 (#5166)

Bumps [kvdb-rocksdb](https://github.com/paritytech/parity-common) from 0.15.1 to 0.15.2.
- [Release notes](https://github.com/paritytech/parity-common/releases)
- [Commits](https://github.com/paritytech/parity-common/compare/kvdb-rocksdb-v0.15.1...kvdb-rocksdb-v0.15.2)

---
updated-dependencies:
- dependency-name: kvdb-rocksdb
  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]
2022-04-03 21:49:02 +02:00
committed by GitHub
parent 1c37ee372e
commit 521f97ae48
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3640,9 +3640,9 @@ dependencies = [
[[package]]
name = "kvdb-rocksdb"
version = "0.15.1"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1e72a631a32527fafe22d0751c002e67d28173c49dcaecf79d1aaa323c520e9"
checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"
dependencies = [
"fs-swap",
"kvdb",
+1 -1
View File
@@ -67,7 +67,7 @@ gum = { package = "tracing-gum", path = "../gum/" }
serde = { version = "1.0.136", features = ["derive"] }
thiserror = "1.0.30"
kvdb = "0.11.0"
kvdb-rocksdb = { version = "0.15.1", optional = true }
kvdb-rocksdb = { version = "0.15.2", optional = true }
parity-db = { version = "0.3.9", optional = true }
async-trait = "0.1.53"
lru = "0.7"