From 5f3619181da283273ab7e107a99804a5c09a8fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 09:07:09 +0000 Subject: [PATCH] Bump lru from 0.7.1 to 0.7.2 Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/jeromefroe/lru-rs/releases) - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.7.1...0.7.2) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 +++++++++---------- node/core/dispute-coordinator/Cargo.toml | 2 +- .../availability-distribution/Cargo.toml | 2 +- node/network/availability-recovery/Cargo.toml | 2 +- node/network/dispute-distribution/Cargo.toml | 2 +- node/subsystem-util/Cargo.toml | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a7e2cc7bd5f..aff029ee31b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3685,7 +3685,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "lru 0.7.1", + "lru 0.7.2", "rand 0.7.3", "smallvec", "unsigned-varint 0.7.1", @@ -3925,9 +3925,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469898e909a1774d844793b347135a0cd344ca2f69d082013ecb8061a2229a3a" +checksum = "274353858935c992b13c0ca408752e2121da852d07dec7ce5f108c77dfa14d1f" dependencies = [ "hashbrown", ] @@ -5846,7 +5846,7 @@ dependencies = [ "derive_more", "futures 0.3.19", "futures-timer 3.0.2", - "lru 0.7.1", + "lru 0.7.2", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -5875,7 +5875,7 @@ dependencies = [ "futures 0.3.19", "futures-timer 3.0.2", "log", - "lru 0.7.1", + "lru 0.7.2", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -5998,7 +5998,7 @@ dependencies = [ "futures 0.3.19", "futures-timer 3.0.2", "lazy_static", - "lru 0.7.1", + "lru 0.7.2", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -6111,7 +6111,7 @@ dependencies = [ "futures-timer 3.0.2", "kvdb", "kvdb-memorydb", - "lru 0.7.1", + "lru 0.7.2", "merlin", "parity-scale-codec", "parking_lot", @@ -6276,7 +6276,7 @@ dependencies = [ "futures 0.3.19", "kvdb", "kvdb-memorydb", - "lru 0.7.1", + "lru 0.7.2", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -6518,7 +6518,7 @@ dependencies = [ "itertools", "lazy_static", "log", - "lru 0.7.1", + "lru 0.7.2", "metered-channel", "parity-scale-codec", "pin-project 1.0.8", @@ -6547,7 +6547,7 @@ dependencies = [ "femme", "futures 0.3.19", "futures-timer 3.0.2", - "lru 0.7.1", + "lru 0.7.2", "metered-channel", "parity-util-mem", "parking_lot", @@ -6918,7 +6918,7 @@ dependencies = [ "kvdb", "kvdb-rocksdb", "log", - "lru 0.7.1", + "lru 0.7.2", "pallet-babe", "pallet-im-online", "pallet-mmr-primitives", @@ -8667,7 +8667,7 @@ dependencies = [ "linked-hash-map", "linked_hash_set", "log", - "lru 0.7.1", + "lru 0.7.2", "parity-scale-codec", "parking_lot", "pin-project 1.0.8", @@ -8704,7 +8704,7 @@ dependencies = [ "futures-timer 3.0.2", "libp2p", "log", - "lru 0.7.1", + "lru 0.7.2", "sc-network", "sp-runtime", "substrate-prometheus-endpoint", @@ -9541,7 +9541,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#b03e8bcf151b dependencies = [ "futures 0.3.19", "log", - "lru 0.7.1", + "lru 0.7.2", "parity-scale-codec", "parking_lot", "sp-api", diff --git a/node/core/dispute-coordinator/Cargo.toml b/node/core/dispute-coordinator/Cargo.toml index 4e54a76ce43d..a53e0437f5f5 100644 --- a/node/core/dispute-coordinator/Cargo.toml +++ b/node/core/dispute-coordinator/Cargo.toml @@ -10,7 +10,7 @@ tracing = "0.1.29" parity-scale-codec = "2" kvdb = "0.10.0" thiserror = "1.0.30" -lru = "0.7.1" +lru = "0.7.2" polkadot-primitives = { path = "../../../primitives" } polkadot-node-primitives = { path = "../../primitives" } diff --git a/node/network/availability-distribution/Cargo.toml b/node/network/availability-distribution/Cargo.toml index 999109df9ef6..e7ff04bd0dd0 100644 --- a/node/network/availability-distribution/Cargo.toml +++ b/node/network/availability-distribution/Cargo.toml @@ -19,7 +19,7 @@ sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste thiserror = "1.0.30" rand = "0.8.3" derive_more = "0.99.17" -lru = "0.7.1" +lru = "0.7.2" [dev-dependencies] polkadot-subsystem-testhelpers = { package = "polkadot-node-subsystem-test-helpers", path = "../../subsystem-test-helpers" } diff --git a/node/network/availability-recovery/Cargo.toml b/node/network/availability-recovery/Cargo.toml index 9b19d5a72511..c0def1af5177 100644 --- a/node/network/availability-recovery/Cargo.toml +++ b/node/network/availability-recovery/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] futures = "0.3.19" -lru = "0.7.1" +lru = "0.7.2" rand = "0.8.3" thiserror = "1.0.30" tracing = "0.1.29" diff --git a/node/network/dispute-distribution/Cargo.toml b/node/network/dispute-distribution/Cargo.toml index 98af8c6b2dca..d346450e47ba 100644 --- a/node/network/dispute-distribution/Cargo.toml +++ b/node/network/dispute-distribution/Cargo.toml @@ -19,7 +19,7 @@ sc-network = { git = "https://github.com/paritytech/substrate", branch = "master sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } thiserror = "1.0.30" -lru = "0.7.1" +lru = "0.7.2" [dev-dependencies] async-trait = "0.1.52" diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index c4dd71604171..8957a98a736f 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -15,7 +15,7 @@ rand = "0.8.3" thiserror = "1.0.30" tracing = "0.1.29" derive_more = "0.99.17" -lru = "0.7.1" +lru = "0.7.2" polkadot-node-subsystem = { package = "polkadot-node-subsystem", path = "../subsystem" } polkadot-node-jaeger = { path = "../jaeger" }