From 01d97b2fa01272ec86a2170820ec419cf4b7e116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 18:12:01 +0000 Subject: [PATCH] Bump lru from 0.7.5 to 0.7.7 Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.7.5 to 0.7.7. - [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.5...0.7.7) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 34 +++++++++---------- 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, 22 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d78f74f5eb5..5e5aa78eb4bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3699,7 +3699,7 @@ dependencies = [ "libp2p-core", "libp2p-swarm", "log", - "lru 0.7.5", + "lru 0.7.7", "prost 0.9.0", "prost-build", "smallvec", @@ -4165,9 +4165,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.7.5" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889" +checksum = "c84e6fe5655adc6ce00787cf7dcaf8dc4f998a0565d23eafc207a8b08ca3349a" dependencies = [ "hashbrown 0.11.2", ] @@ -6207,7 +6207,7 @@ dependencies = [ "fatality", "futures 0.3.21", "futures-timer", - "lru 0.7.5", + "lru 0.7.7", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -6237,7 +6237,7 @@ dependencies = [ "futures 0.3.21", "futures-timer", "log", - "lru 0.7.5", + "lru 0.7.7", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -6374,7 +6374,7 @@ dependencies = [ "futures 0.3.21", "futures-timer", "lazy_static", - "lru 0.7.5", + "lru 0.7.7", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -6490,7 +6490,7 @@ dependencies = [ "futures-timer", "kvdb", "kvdb-memorydb", - "lru 0.7.5", + "lru 0.7.7", "merlin", "parity-scale-codec", "parking_lot 0.12.0", @@ -6659,7 +6659,7 @@ dependencies = [ "futures-timer", "kvdb", "kvdb-memorydb", - "lru 0.7.5", + "lru 0.7.7", "parity-scale-codec", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -6937,7 +6937,7 @@ dependencies = [ "kvdb-shared-tests", "lazy_static", "log", - "lru 0.7.5", + "lru 0.7.7", "parity-db", "parity-scale-codec", "parity-util-mem", @@ -6970,7 +6970,7 @@ dependencies = [ "femme", "futures 0.3.21", "futures-timer", - "lru 0.7.5", + "lru 0.7.7", "orchestra", "parity-util-mem", "parking_lot 0.12.0", @@ -7320,7 +7320,7 @@ dependencies = [ "kvdb", "kvdb-rocksdb", "log", - "lru 0.7.5", + "lru 0.7.7", "pallet-babe", "pallet-im-online", "pallet-staking", @@ -8930,7 +8930,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech/substrate?branch=master#292c66c0ae3bfa057121b4fc61eb6afd9da04116" dependencies = [ "lazy_static", - "lru 0.7.5", + "lru 0.7.7", "parity-scale-codec", "parking_lot 0.12.0", "sc-executor-common", @@ -9115,7 +9115,7 @@ dependencies = [ "linked-hash-map", "linked_hash_set", "log", - "lru 0.7.5", + "lru 0.7.7", "parity-scale-codec", "parking_lot 0.12.0", "pin-project 1.0.10", @@ -9169,7 +9169,7 @@ dependencies = [ "futures-timer", "libp2p", "log", - "lru 0.7.5", + "lru 0.7.7", "sc-network", "sp-runtime", "substrate-prometheus-endpoint", @@ -9207,7 +9207,7 @@ dependencies = [ "futures 0.3.21", "libp2p", "log", - "lru 0.7.5", + "lru 0.7.7", "parity-scale-codec", "prost 0.10.3", "prost-build", @@ -10126,7 +10126,7 @@ source = "git+https://github.com/paritytech/substrate?branch=master#292c66c0ae3b dependencies = [ "futures 0.3.21", "log", - "lru 0.7.5", + "lru 0.7.7", "parity-scale-codec", "parking_lot 0.12.0", "sp-api", @@ -11590,7 +11590,7 @@ dependencies = [ "ahash", "lazy_static", "log", - "lru 0.7.5", + "lru 0.7.7", "tracing-core", ] diff --git a/node/core/dispute-coordinator/Cargo.toml b/node/core/dispute-coordinator/Cargo.toml index 08369bbdd357..e8a1b619f736 100644 --- a/node/core/dispute-coordinator/Cargo.toml +++ b/node/core/dispute-coordinator/Cargo.toml @@ -10,7 +10,7 @@ gum = { package = "tracing-gum", path = "../../gum" } parity-scale-codec = "3.1.2" kvdb = "0.11.0" thiserror = "1.0.31" -lru = "0.7.5" +lru = "0.7.7" fatality = "0.0.6" polkadot-primitives = { path = "../../../primitives" } diff --git a/node/network/availability-distribution/Cargo.toml b/node/network/availability-distribution/Cargo.toml index 790aaba08895..beff55edb3bb 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.31" rand = "0.8.5" derive_more = "0.99.17" -lru = "0.7.5" +lru = "0.7.7" fatality = "0.0.6" [dev-dependencies] diff --git a/node/network/availability-recovery/Cargo.toml b/node/network/availability-recovery/Cargo.toml index 2935baa0e56c..d19404e93445 100644 --- a/node/network/availability-recovery/Cargo.toml +++ b/node/network/availability-recovery/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] futures = "0.3.21" -lru = "0.7.5" +lru = "0.7.7" rand = "0.8.5" fatality = "0.0.6" thiserror = "1.0.31" diff --git a/node/network/dispute-distribution/Cargo.toml b/node/network/dispute-distribution/Cargo.toml index 83f87da785ce..d59a475b2749 100644 --- a/node/network/dispute-distribution/Cargo.toml +++ b/node/network/dispute-distribution/Cargo.toml @@ -20,7 +20,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } thiserror = "1.0.31" fatality = "0.0.6" -lru = "0.7.5" +lru = "0.7.7" [dev-dependencies] async-trait = "0.1.53" diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index a36feb7f05ae..9027b16ce15f 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -17,7 +17,7 @@ thiserror = "1.0.31" fatality = "0.0.6" gum = { package = "tracing-gum", path = "../gum" } derive_more = "0.99.17" -lru = "0.7.5" +lru = "0.7.7" polkadot-node-subsystem = {path = "../subsystem" } polkadot-node-jaeger = { path = "../jaeger" }