From 55a7e53b9e801e9e803063d64709ecfdf8c6ec45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 14:39:07 -0600 Subject: [PATCH] chore: bump lru from 0.7.6 to 0.7.7 (#26140) * chore: bump lru from 0.7.6 to 0.7.7 Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.7.6 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.6...0.7.7) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- gossip/Cargo.toml | 2 +- ledger/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b36c577944..c8fba482e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2350,9 +2350,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8015d95cb7b2ddd3c0d32ca38283ceb1eea09b4713ee380bceb942d85a244228" +checksum = "c84e6fe5655adc6ce00787cf7dcaf8dc4f998a0565d23eafc207a8b08ca3349a" dependencies = [ "hashbrown", ] diff --git a/core/Cargo.toml b/core/Cargo.toml index a2b96e5a87..805d95cb7f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -27,7 +27,7 @@ histogram = "0.6.9" itertools = "0.10.3" lazy_static = "1.4.0" log = "0.4.17" -lru = "0.7.6" +lru = "0.7.7" min-max-heap = "1.3.0" rand = "0.7.0" rand_chacha = "0.2.2" diff --git a/gossip/Cargo.toml b/gossip/Cargo.toml index b26618123e..93d7ad1de6 100644 --- a/gossip/Cargo.toml +++ b/gossip/Cargo.toml @@ -18,7 +18,7 @@ flate2 = "1.0" indexmap = { version = "1.8", features = ["rayon"] } itertools = "0.10.3" log = "0.4.17" -lru = "0.7.6" +lru = "0.7.7" matches = "0.1.9" num-traits = "0.2" rand = "0.7.0" diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 533e791cdd..ed1b86ee48 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -23,7 +23,7 @@ itertools = "0.10.3" lazy_static = "1.4.0" libc = "0.2.126" log = { version = "0.4.17" } -lru = "0.7.6" +lru = "0.7.7" num_cpus = "1.13.1" num_enum = "0.5.7" prost = "0.10.4" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index b858a7a617..cd8e77a77d 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -2091,9 +2091,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8015d95cb7b2ddd3c0d32ca38283ceb1eea09b4713ee380bceb942d85a244228" +checksum = "c84e6fe5655adc6ce00787cf7dcaf8dc4f998a0565d23eafc207a8b08ca3349a" dependencies = [ "hashbrown", ]