From 18a355db595bb6883d6ccb63d6b0450988e223ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 05:45:14 +0000 Subject: [PATCH] build(deps): bump lru from 0.12.5 to 0.15.0 Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.12.5 to 0.15.0. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.12.5...0.15.0) --- updated-dependencies: - dependency-name: lru dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da48bf1..f9029b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -271,9 +271,9 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" [[package]] name = "lru" -version = "0.12.5" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" +checksum = "0281c2e25e62316a5c9d98f2d2e9e95a37841afdaf4383c177dbb5c1dfab0568" dependencies = [ "hashbrown", ] diff --git a/Cargo.toml b/Cargo.toml index f78b44b..4d6e0bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ anyhow = "1.0" bitflags = "2.6" time = { version = "0.3", features = ["local-offset"] } log = "0.4" -lru = "0.12" +lru = "0.15" num-traits = "0.2" once_cell = "1.17" png = "0.17"