From 24472300b2cde477e8b31b20c3938783540c01a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 13:23:28 +0000 Subject: [PATCH] Bump lru from 0.12.5 to 0.13.0 Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.12.5 to 0.13.0. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.12.5...0.13.0) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- usbsas-mass-storage/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 126ed9e..be61133 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2502,9 +2502,9 @@ checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" [[package]] name = "lru" -version = "0.12.5" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" +checksum = "227748d55f2f0ab4735d87fd623798cb6b664512fe979705f829c9f81c934465" dependencies = [ "hashbrown 0.15.2", ] diff --git a/usbsas-mass-storage/Cargo.toml b/usbsas-mass-storage/Cargo.toml index da444b9..21a3ed1 100644 --- a/usbsas-mass-storage/Cargo.toml +++ b/usbsas-mass-storage/Cargo.toml @@ -6,7 +6,7 @@ license = "GPL-3.0" [dependencies] log = "0.4" -lru = "0.12" +lru = "0.13" positioned-io2 = "0.3" rusb = { version = "0.9", features = ["vendored"] } thiserror = "2.0"