From b020fcd3963fd98d90c1e50b82e548b1f1b0d2ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 04:24:00 +0000 Subject: [PATCH] Update lru requirement from 0.12 to 0.18 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.12.0...0.18.2) --- updated-dependencies: - dependency-name: lru dependency-version: 0.18.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 814a1ed..63320c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ ndarray = "0.17" petgraph = "0.8" # Cache -lru = "0.12" +lru = "0.18" lazy_static = "1.5" # HTTP Client (para búsqueda web en fase REM)