From 27634081e5da2bb20d6dcdb4c4baf1ee265985cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 20:44:26 +0000 Subject: [PATCH] chore(deps): bump lru from 0.16.2 to 0.16.3 Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.16.2 to 0.16.3. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.16.2...0.16.3) --- updated-dependencies: - dependency-name: lru dependency-version: 0.16.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 160d6d3e23..0a5ddd47b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4671,7 +4671,7 @@ dependencies = [ "kona-registry", "kona-std-fpvm", "kona-std-fpvm-proc", - "lru 0.16.2", + "lru 0.16.3", "op-alloy-consensus 0.22.4", "op-alloy-rpc-types-engine", "op-revm 14.1.0", @@ -5222,7 +5222,7 @@ dependencies = [ "kona-protocol", "kona-registry", "lazy_static", - "lru 0.16.2", + "lru 0.16.3", "op-alloy-consensus 0.22.4", "op-alloy-rpc-types-engine", "op-revm 14.1.0", @@ -5328,7 +5328,7 @@ dependencies = [ "kona-genesis", "kona-macros", "kona-protocol", - "lru 0.16.2", + "lru 0.16.3", "metrics", "op-alloy-consensus 0.22.4", "op-alloy-network", @@ -5351,7 +5351,7 @@ dependencies = [ "kona-genesis", "kona-macros", "kona-protocol", - "lru 0.16.2", + "lru 0.16.3", "metrics", "op-alloy-consensus 0.22.4", "rstest", @@ -6178,9 +6178,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f" +checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593" dependencies = [ "hashbrown 0.16.1", ] @@ -9856,7 +9856,7 @@ dependencies = [ "hyper-rustls", "hyper-util", "jsonrpsee", - "lru 0.16.2", + "lru 0.16.3", "metrics", "metrics-derive", "metrics-exporter-prometheus 0.16.2", diff --git a/Cargo.toml b/Cargo.toml index d5832cb4a8..f56d9829a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -172,7 +172,7 @@ reth-codecs = { git = "https://github.com/paradigmxyz/reth", tag = "v1.6.0" } notify = "8.2" url = "2.5.7" http = "1.4.0" -lru = "0.16.2" +lru = "0.16.3" glob = "0.3.3" dirs = "6.0.0" eyre = "0.6.12"