From b6b07ffe608e671608aba2b579214e4d1a18778e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 16:28:12 +0000 Subject: [PATCH] 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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64ee87c..46985a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -619,9 +619,9 @@ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" [[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", ] diff --git a/Cargo.toml b/Cargo.toml index dfe34bd..0e75561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ file-declutter = "0.1.0" fuser = "0.16.0" libc = "0.2.62" log = "0.4.0" -lru = "0.16.2" +lru = "0.16.3" [dev-dependencies] assert_cmd = "2.0.17"