From 5f56f2cb2e8692d4da7e3303a2f57d870b7d3443 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:16:24 +0000 Subject: [PATCH] Update Rust crate itertools to 0.15 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ada4623e..ad53a0e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1558,9 +1558,9 @@ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" [[package]] name = "itertools" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" +checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc" dependencies = [ "either", ] diff --git a/Cargo.toml b/Cargo.toml index 5fb56822..49c4c42d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ chrono = "0.4" # Utilities arc-swap = "1" -itertools = "0.14" +itertools = "0.15" rand = { version = "0.9", features = ["alloc"] } # Paths