From d13bad9746cc3dec3384d54dd67327b2e57b3021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 04:59:47 +0000 Subject: [PATCH] Bump parity-db from 0.4.9 to 0.4.10 Bumps [parity-db](https://github.com/paritytech/parity-db) from 0.4.9 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.9...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 3b19d96af0..777e010c33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5717,9 +5717,9 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dab3ac198341b2f0fec6e7f8a6eeed07a41201d98a124260611598c142e76df" +checksum = "78f19d20a0d2cc52327a88d131fa1c4ea81ea4a04714aedcfeca2dd410049cf8" dependencies = [ "blake2", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index 9cdd1b7c4a..0ab455a478 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ jsonrpsee = "0.16.2" kvdb-rocksdb = "0.19.0" libsecp256k1 = { version = "0.7.1", default-features = false } log = { version = "0.4.17", default-features = false } -parity-db = "0.4.9" +parity-db = "0.4.10" parking_lot = "0.12.1" rlp = { version = "0.5.2", default-features = false } scale-codec = { package = "parity-scale-codec", version = "3.6.4", default-features = false, features = ["derive"] }