From 7f4128947b66e3ed6227e252a21fe878c3be4732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 19:05:02 +0000 Subject: [PATCH] chore: bump lru from 0.7.5 to 0.7.6 (#25572) * chore: bump lru from 0.7.5 to 0.7.6 Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.7.5 to 0.7.6. - [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.6) --- 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 ++-- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- gossip/Cargo.toml | 2 +- ledger/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f809e8c0..a4c321a2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2352,9 +2352,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889" +checksum = "8015d95cb7b2ddd3c0d32ca38283ceb1eea09b4713ee380bceb942d85a244228" dependencies = [ "hashbrown", ] diff --git a/client/Cargo.toml b/client/Cargo.toml index 1a57a2493..7ad6b40f9 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -27,7 +27,7 @@ itertools = "0.10.2" jsonrpc-core = "18.0.0" lazy_static = "1.4.0" log = "0.4.17" -lru = "0.7.5" +lru = "0.7.6" quinn = "0.8.3" quinn-proto = "0.8.3" rand = "0.7.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index dac8556e5..477c12e11 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.5" +lru = "0.7.6" 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 7178eeb03..c941ae386 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.5" +lru = "0.7.6" matches = "0.1.9" num-traits = "0.2" rand = "0.7.0" diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index c6dc19550..defc4a294 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -22,7 +22,7 @@ itertools = "0.10.3" lazy_static = "1.4.0" libc = "0.2.126" log = { version = "0.4.17" } -lru = "0.7.5" +lru = "0.7.6" 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 1900d1fca..7d51301ca 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -2093,9 +2093,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889" +checksum = "8015d95cb7b2ddd3c0d32ca38283ceb1eea09b4713ee380bceb942d85a244228" dependencies = [ "hashbrown", ]