From d27eea073f2517444781edeb7e2293e4b735d2fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 21:08:47 +0000 Subject: [PATCH] dependabot: bump lru from 0.11.0 to 0.12.0 Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.11.0 to 0.12.0. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.11.0...0.12.0) --- updated-dependencies: - dependency-name: lru dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fd3d640..5bdb9581 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1441,9 +1441,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eedb2bdbad7e0634f83989bf596f497b070130daaa398ab22d84c39e266deec5" +checksum = "1efa59af2ddfad1854ae27d75009d538d0998b4b2fd47083e743ac1a10e46c60" dependencies = [ "hashbrown 0.14.0", ] diff --git a/Cargo.toml b/Cargo.toml index 26fbd184..453d7334 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ evtx = { version = "0.8.1", features = ["multithreading"] } flate2 = "1.0.27" itertools = "0.11.0" lazy_static = "1.4.0" -lru = "0.11.0" +lru = "0.12.0" lzma-rs = "0.3.0" mime_guess = "2.0.4" min-max = "0.1.8"