From eeb96baabdd33053f7a3bfcaa7c203518fa1ea37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 10:46:29 +0200 Subject: [PATCH] Bump lru from 0.7.6 to 0.7.7 (#731) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- client/rpc/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea3cbcff7c942..4435b4d23c15c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3703,9 +3703,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 0.11.2", ] diff --git a/client/rpc/Cargo.toml b/client/rpc/Cargo.toml index 0ea7889576b42..bdc1749410a0f 100644 --- a/client/rpc/Cargo.toml +++ b/client/rpc/Cargo.toml @@ -16,7 +16,7 @@ evm = { git = "https://github.com/rust-blockchain/evm", rev = "01bcbd2205a212c34 futures = "0.3.21" hex = "0.4.3" log = "0.4.17" -lru = "0.7.6" +lru = "0.7.7" prometheus = { version = "0.13.1", default-features = false } rand = "0.8" tokio = { version = "1.19", features = ["sync"] }