From 521f97ae4823aa520907932dc1d16e76db28329d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Apr 2022 21:49:02 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- polkadot/Cargo.lock | 4 ++-- polkadot/node/service/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 302898bdf2..7ce8629102 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -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", diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index a9645595e8..2fb1439c1e 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -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"