From c46a1f7c8588c7ab9055069d978169eccbddfb21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:01:47 +0000 Subject: [PATCH] chore(deps)(deps): update lru requirement from 0.12 to 0.18 Updates the requirements on [lru](https://github.com/jeromefroe/lru-rs) to permit the latest version. - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.12.0...0.18.0) --- updated-dependencies: - dependency-name: lru dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/quota-router-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/quota-router-core/Cargo.toml b/crates/quota-router-core/Cargo.toml index 452a0df9..316827a0 100644 --- a/crates/quota-router-core/Cargo.toml +++ b/crates/quota-router-core/Cargo.toml @@ -65,7 +65,7 @@ dashmap = "5.0" instant = "0.1" # For L1 key cache LRU -lru = "0.12" +lru = "0.18" # For Unicode NFC normalization (provider/model normalization per RFC-0909 CONSISTENCY GOAL) unicode-normalization = "0.1.25"