From c3aafdbe9f9ca325b7ded213b7b88a069a598c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 06:37:31 +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 86b29be..26b07e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1589,7 +1589,7 @@ dependencies = [ "http-body-util", "hyper", "indicatif 0.18.0", - "lru 0.16.1", + "lru 0.16.2", "nix", "notify", "num_cpus", @@ -1699,7 +1699,7 @@ dependencies = [ "futures", "fxhash", "hf-hub 0.4.3", - "lru 0.16.1", + "lru 0.16.2", "memmap2", "ndarray 0.16.1", "num_cpus", @@ -4227,11 +4227,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 772b4cf..aa90879 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -189,7 +189,7 @@ approx = "0.5" criterion = { version = "0.7.0", features = ["html_reports", "async_tokio"] } # 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"] }