From f701e2fe39c17d487c32ce648216dcd68a849e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 08:30:27 +0000 Subject: [PATCH] deps(deps): bump lru from 0.16.1 to 0.16.2 Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.16.1 to 0.16.2. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.16.1...0.16.2) --- updated-dependencies: - dependency-name: lru dependency-version: 0.16.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c7a522..4da32bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1687,7 +1687,7 @@ dependencies = [ "http-body-util", "hyper", "indicatif 0.18.0", - "lru 0.16.1", + "lru 0.16.2", "nix", "notify", "num_cpus", @@ -1830,7 +1830,7 @@ dependencies = [ "futures", "fxhash", "hf-hub 0.4.3", - "lru 0.16.1", + "lru 0.16.2", "memmap2", "ndarray 0.16.1", "num_cpus", @@ -4459,11 +4459,11 @@ dependencies = [ [[package]] name = "lru" -version = "0.16.1" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfe949189f46fabb938b3a9a0be30fdd93fd8a09260da863399a8cf3db756ec8" +checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f" dependencies = [ - "hashbrown 0.15.5", + "hashbrown 0.16.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 61caaec..db22036 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -190,7 +190,7 @@ approx = "0.5" criterion = { version = "0.7.0", features = ["html_reports"] } # LRU cache utility -lru = "0.16.1" +lru = "0.16.2" # Official MCP Rust SDK rmcp = { version = "0.7.0", features = ["server", "transport-io", "transport-streamable-http-server"] }