From caf502055731116397db725c4924ffdeeec8f7e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:20:04 +0000 Subject: [PATCH] deps: bump lru from 0.17.0 to 0.18.0 Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.17.0 to 0.18.0. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.17.0...0.18.0) --- updated-dependencies: - dependency-name: lru dependency-version: 0.18.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 e2ca3a9..4c25400 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -667,9 +667,9 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "lru" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e0b564323a0fb6d54b864f625ae139de9612e27edb944dda37c109f05aac531" +checksum = "8a860605968fce16869fd239cf4237a82f3ac470723415db603b0e8b6c8d4fb9" dependencies = [ "hashbrown 0.17.0", ] diff --git a/Cargo.toml b/Cargo.toml index 99e255d..f12e9fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ siphasher = "1" bench-support = { path = "bench-support" } criterion = "0.8" dhat = "0.3" -lru = "0.17" +lru = "0.18" quick_cache = "0.6" serde_json = "1.0" chrono = "0.4"