From d7fed9c925eaef8efab6f40f2a5325e08019bf3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 23:22:25 +0000 Subject: [PATCH] Update lru requirement from 0.17 to 0.18 in the dependencies group Updates the requirements on [lru](https://github.com/jeromefroe/lru-rs) to permit the latest version. Updates `lru` to 0.18.0 - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/lru-rs/compare/0.17.0...0.18.0) --- updated-dependencies: - dependency-name: lru dependency-version: 0.18.0 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- chitchat/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chitchat/Cargo.toml b/chitchat/Cargo.toml index b804fac..35415b2 100644 --- a/chitchat/Cargo.toml +++ b/chitchat/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "1.0.51" async-trait = "0.1" bytes = "1" itertools = "0.14" -lru = "0.17" +lru = "0.18" rand = "0.10" serde = { version = "1", features = ["derive", "rc"] } tokio = { version = "1.28.0", features = [