From 1e759f5b4b9fd47c684048b12a829d6dc9fd533e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:05:25 +0000 Subject: [PATCH] Update Rust crate itertools to 0.15.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ad8cc6..40007c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -539,9 +539,9 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[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 4be0f4b..0b23af3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ chrono = "0.4.38" chrono-tz = "0.10.0" clap = { version = "4.5.7", features = ["derive", "env"] } futures = "0.3.30" -itertools = "0.14.0" +itertools = "0.15.0" lzw = "0.10.0" once_cell = "1.21.3" tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros", "net", "time"] }