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] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2022-05-26 19:05:02 +00:00 committed by GitHub
parent 69cbbaf483
commit 7f4128947b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View File

@ -2352,9 +2352,9 @@ dependencies = [
[[package]] [[package]]
name = "lru" name = "lru"
version = "0.7.5" version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889" checksum = "8015d95cb7b2ddd3c0d32ca38283ceb1eea09b4713ee380bceb942d85a244228"
dependencies = [ dependencies = [
"hashbrown", "hashbrown",
] ]

View File

@ -27,7 +27,7 @@ itertools = "0.10.2"
jsonrpc-core = "18.0.0" jsonrpc-core = "18.0.0"
lazy_static = "1.4.0" lazy_static = "1.4.0"
log = "0.4.17" log = "0.4.17"
lru = "0.7.5" lru = "0.7.6"
quinn = "0.8.3" quinn = "0.8.3"
quinn-proto = "0.8.3" quinn-proto = "0.8.3"
rand = "0.7.0" rand = "0.7.0"

View File

@ -27,7 +27,7 @@ histogram = "0.6.9"
itertools = "0.10.3" itertools = "0.10.3"
lazy_static = "1.4.0" lazy_static = "1.4.0"
log = "0.4.17" log = "0.4.17"
lru = "0.7.5" lru = "0.7.6"
min-max-heap = "1.3.0" min-max-heap = "1.3.0"
rand = "0.7.0" rand = "0.7.0"
rand_chacha = "0.2.2" rand_chacha = "0.2.2"

View File

@ -18,7 +18,7 @@ flate2 = "1.0"
indexmap = { version = "1.8", features = ["rayon"] } indexmap = { version = "1.8", features = ["rayon"] }
itertools = "0.10.3" itertools = "0.10.3"
log = "0.4.17" log = "0.4.17"
lru = "0.7.5" lru = "0.7.6"
matches = "0.1.9" matches = "0.1.9"
num-traits = "0.2" num-traits = "0.2"
rand = "0.7.0" rand = "0.7.0"

View File

@ -22,7 +22,7 @@ itertools = "0.10.3"
lazy_static = "1.4.0" lazy_static = "1.4.0"
libc = "0.2.126" libc = "0.2.126"
log = { version = "0.4.17" } log = { version = "0.4.17" }
lru = "0.7.5" lru = "0.7.6"
num_cpus = "1.13.1" num_cpus = "1.13.1"
num_enum = "0.5.7" num_enum = "0.5.7"
prost = "0.10.4" prost = "0.10.4"

View File

@ -2093,9 +2093,9 @@ dependencies = [
[[package]] [[package]]
name = "lru" name = "lru"
version = "0.7.5" version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32613e41de4c47ab04970c348ca7ae7382cf116625755af070b008a15516a889" checksum = "8015d95cb7b2ddd3c0d32ca38283ceb1eea09b4713ee380bceb942d85a244228"
dependencies = [ dependencies = [
"hashbrown", "hashbrown",
] ]