From 80cb342733633518ef260b24a9d9b207b652e295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 01:16:28 +0000 Subject: [PATCH] Update lru requirement from 0.13.0 to 0.15.0 --- updated-dependencies: - dependency-name: lru dependency-version: 0.15.0 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..f9fd28f 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.15.0" rayon = "1.5" glium = "0.30" rand_derive = "0.5.0"