From 5ca39332002c2c87fb5d2abc707cf527b3319d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:18:16 +0200 Subject: [PATCH] Update lru requirement from 0.16.3 to 0.18.2 (#3034) Updates the requirements on [lru](https://github.com/jeromefroe/lru-rs) to permit the latest version. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.16.3...0.18.2) --- updated-dependencies: - dependency-name: lru dependency-version: 0.18.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3bf3109c3..a7c8d04e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ fail = { version = "0.5.0", optional = true } time = { version = "0.3.47", features = ["serde-well-known"] } smallvec = "1.8.0" rayon = "1.5.2" -lru = "0.16.3" +lru = "0.18.2" fastdivide = "0.4.0" itertools = "0.14.0" measure_time = "0.9.0"