From 73a089530ea457275f1a7d2dfffd8758a646813d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 18:35:20 +0000 Subject: [PATCH] Bump parity-db from 0.4.6 to 0.4.10 Bumps [parity-db](https://github.com/paritytech/parity-db) from 0.4.6 to 0.4.10. - [Changelog](https://github.com/paritytech/parity-db/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/parity-db/compare/v0.4.6...v0.4.10) --- updated-dependencies: - dependency-name: parity-db dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36d44bfd40..4f6a86de43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5420,9 +5420,9 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.4.6" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00bfb81cf5c90a222db2fb7b3a7cbf8cc7f38dfb6647aca4d98edf8281f56ed5" +checksum = "78f19d20a0d2cc52327a88d131fa1c4ea81ea4a04714aedcfeca2dd410049cf8" dependencies = [ "blake2", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index 6767780a4b..050214dbb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ jsonrpsee = "0.16.2" kvdb-rocksdb = "0.17.0" libsecp256k1 = { version = "0.7.1", default-features = false } log = { version = "0.4.17", default-features = false } -parity-db = "0.4.6" +parity-db = "0.4.10" rlp = { version = "0.5", default-features = false } scale-codec = { package = "parity-scale-codec", version = "3.2.1", default-features = false, features = ["derive"] } scale-info = { version = "2.3.1", default-features = false, features = ["derive"] }