From 7ce1309e9969473128494aee11c5db46ef77f890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:05:17 +0000 Subject: [PATCH] Bump the dependencies group across 1 directory with 2 updates Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) and [lru](https://github.com/jeromefroe/lru-rs) to permit the latest version. Updates `itertools` to 0.15.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.14.0...v0.15.0) 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: itertools dependency-version: 0.15.0 dependency-type: direct:production dependency-group: dependencies - dependency-name: lru dependency-version: 0.18.0 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- chitchat/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chitchat/Cargo.toml b/chitchat/Cargo.toml index 6262316..83b613b 100644 --- a/chitchat/Cargo.toml +++ b/chitchat/Cargo.toml @@ -14,8 +14,8 @@ rust-version = "1.86" anyhow = "1.0.51" async-trait = "0.1" bytes = "1" -itertools = "0.14" -lru = "0.17" +itertools = "0.15" +lru = "0.18" rand = "0.10" serde = { version = "1", features = ["derive", "rc"] } tokio = { version = "1.28.0", features = [