From c6d9d9bf7e4c9496d6457d511b84c37555a83921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 05:03:32 +0000 Subject: [PATCH] build(deps): bump lru from 0.12.5 to 0.16.1 Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.12.5 to 0.16.1. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.12.5...0.16.1) --- updated-dependencies: - dependency-name: lru dependency-version: 0.16.1 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..8502094 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -271,9 +271,9 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" [[package]] name = "lru" -version = "0.12.5" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" +checksum = "bfe949189f46fabb938b3a9a0be30fdd93fd8a09260da863399a8cf3db756ec8" dependencies = [ "hashbrown", ] diff --git a/Cargo.toml b/Cargo.toml index f78b44b..bfecbf1 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.16" num-traits = "0.2" once_cell = "1.17" png = "0.17"