From 9e19084c4f555d82d854b1a016c30d9e5dbcac46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 17:15:14 +0000 Subject: [PATCH] fix(deps): update rust crate itertools to 0.13.0 --- Cargo.lock | 4 ++-- xtask/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5252d10b6..b575cb986 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,9 +356,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" dependencies = [ "either", ] diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 19d8a426c..f087bcb95 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 = "2.6.0" heck = "0.4.0" -itertools = "0.12.0" +itertools = "0.13.0" lzma-rs = "0.3.0" mbrman = "0.5.1" nix = { version = "0.28.0", default-features = false, features = ["fs"] }