From 49a94af04367d962c002cc69718f830e9b5cea48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:17:44 +0000 Subject: [PATCH] Update lru requirement from 0.13.0 to 0.16.1 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.13.0...0.16.1) --- updated-dependencies: - dependency-name: lru dependency-version: 0.16.1 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 cbe2caf..938c491 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ rand = ["dep:rand"] [dev-dependencies] freelist = "0.1" -lru = "0.13.0" +lru = "0.16.1" rayon = "1.5" glium = "0.30" rand_derive = "0.5.0"