From 19a90028a6ffa474174759067853329d096e9404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 21:08:39 +0000 Subject: [PATCH] Bump parity-db from 0.4.11 to 0.4.12 Bumps [parity-db](https://github.com/paritytech/parity-db) from 0.4.11 to 0.4.12. - [Changelog](https://github.com/paritytech/parity-db/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/parity-db/compare/v0.4.11...v0.4.12) --- updated-dependencies: - dependency-name: parity-db dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50b1e331..e020c0f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5422,9 +5422,9 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab512a34b3c2c5e465731cc7668edf79208bbe520be03484eeb05e63ed221735" +checksum = "59e9ab494af9e6e813c72170f0d3c1de1500990d62c97cc05cc7576f91aa402f" dependencies = [ "blake2", "crc32fast", @@ -9755,9 +9755,9 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "digest 0.10.7", - "rand 0.8.5", + "rand 0.7.3", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 6d9201ee..7a64bd97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ evm = { version = "0.37.0", default-features = false } jsonrpsee = "0.16.2" kvdb-rocksdb = "0.17.0" libsecp256k1 = "0.7.1" -parity-db = "0.4.10" +parity-db = "0.4.12" rlp = { version = "0.5", default-features = false } parity-scale-codec = "3.6.1" scale-info = { version = "2.8.0", default-features = false, features = [