From 6b9bdbe1c2d79f51fb44182d3040c25dcfc7f78d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 22:55:18 +0200 Subject: [PATCH] Bump parity-db from 0.3.9 to 0.3.11 (#5261) Bumps [parity-db](https://github.com/paritytech/parity-db) from 0.3.9 to 0.3.11. - [Release notes](https://github.com/paritytech/parity-db/releases) - [Commits](https://github.com/paritytech/parity-db/commits/v0.3.11) --- updated-dependencies: - dependency-name: parity-db 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 +- polkadot/node/subsystem-util/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 360bd57f3c..35113b6b7f 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -5943,9 +5943,9 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.3.9" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d121a9af17a43efd0a38c6afa508b927ba07785bd4709efb2ac03bf77efef8d" +checksum = "b3e7f385d61562f5834282b90aa50b41f38a35cf64d5209b8b05487b50553dbe" dependencies = [ "blake2-rfc", "crc32fast", diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index 4ecf55c30b..c07df95e9a 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -67,7 +67,7 @@ serde = { version = "1.0.136", features = ["derive"] } thiserror = "1.0.30" kvdb = "0.11.0" kvdb-rocksdb = { version = "0.15.2", optional = true } -parity-db = { version = "0.3.9", optional = true } +parity-db = { version = "0.3.11", optional = true } async-trait = "0.1.53" lru = "0.7" diff --git a/polkadot/node/subsystem-util/Cargo.toml b/polkadot/node/subsystem-util/Cargo.toml index 671fff5323..4cb5678061 100644 --- a/polkadot/node/subsystem-util/Cargo.toml +++ b/polkadot/node/subsystem-util/Cargo.toml @@ -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.9" } +parity-db = { version = "0.3.11" } [dev-dependencies] assert_matches = "1.4.0"