From ce44de1ab9842fd8ccde3246cf6f90ec572ebede Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 19:41:17 +0000 Subject: [PATCH] fix(deps): update rust crate itertools to 0.15.0 --- Cargo.lock | 4 ++-- xtask/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbe790c4d..4268ca40a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -397,9 +397,9 @@ dependencies = [ [[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/xtask/Cargo.toml b/xtask/Cargo.toml index 40f0f2aab..e1d5e8ef4 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -11,7 +11,7 @@ clap = { version = "4.4.0", default-features = false, features = ["derive", "hel fatfs = { version = "0.3.6", default-features = false, features = ["alloc", "std"] } fs-err = "3.0.0" heck = "0.5.0" -itertools = "0.14.0" +itertools = "0.15.0" log.workspace = true mbrman = "0.6.0" nix = { version = "0.31.0", default-features = false, features = ["fs"] }