From fc568486fac3cba91f143c4ce13d16d580171955 Mon Sep 17 00:00:00 2001 From: cheme Date: Fri, 6 May 2022 15:24:16 +0200 Subject: [PATCH] update parity-db version (#5472) --- 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 94fcffe990..274a9dcf93 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -6054,9 +6054,9 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e73cd0b0a78045276b19eaae8eaaa20e44a1da9a0217ff934a810d9492ae701" +checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048" dependencies = [ "blake2-rfc", "crc32fast", diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index 15b8521cd0..21bb1e5f16 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -69,7 +69,7 @@ serde_json = "1.0.59" thiserror = "1.0.31" kvdb = "0.11.0" kvdb-rocksdb = { version = "0.15.2", optional = true } -parity-db = { version = "0.3.12", optional = true } +parity-db = { version = "0.3.13", 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 b5a6ee4bf0..e0dce413a9 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.12" } +parity-db = { version = "0.3.13" } [dev-dependencies] assert_matches = "1.4.0"