From a9d4d11f4c82957c27a9398cbac798e704be82c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 22:53:17 +0000 Subject: [PATCH] Update lru requirement from 0.13.0 to 0.14.0 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.14.0) --- updated-dependencies: - dependency-name: lru dependency-version: 0.14.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..86207c1 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.14.0" rayon = "1.5" glium = "0.30" rand_derive = "0.5.0"