From 398bb09880a226979bfb0036538eee462dd7d680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 08:59:50 +1100 Subject: [PATCH] build(deps): bump lru from 0.12.5 to 0.16.1 in /rust (#10650) Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.12.5 to 0.16.1.
Changelog

Sourced from lru's changelog.

v0.16.1 - 2025-09-08

v0.16.0 - 2025-07-02

v0.15.0 - 2025-06-26

v0.14.0 - 2025-04-12

v0.13.0 - 2025-01-27

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lru&package-manager=cargo&previous-version=0.12.5&new-version=0.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/Cargo.lock | 9 ++++----- rust/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 29cd2ab17..b14138003 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -3331,8 +3331,6 @@ version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" dependencies = [ - "allocator-api2", - "equivalent", "foldhash 0.1.5", ] @@ -3342,6 +3340,7 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" dependencies = [ + "allocator-api2", "equivalent", "foldhash 0.2.0", ] @@ -4314,11 +4313,11 @@ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" [[package]] name = "lru" -version = "0.12.5" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" +checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f" dependencies = [ - "hashbrown 0.15.3", + "hashbrown 0.16.0", ] [[package]] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8696913c7..00915ec80 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -107,7 +107,7 @@ l4-udp-dns-server = { path = "connlib/l4-udp-dns-server" } libc = "0.2.176" libfuzzer-sys = "0.4" log = "0.4" -lru = "0.12.5" +lru = "0.16.1" mio = "1.1.0" moka = "0.12.11" native-dialog = "0.7.0"