From e3fbe502d80542ccd201355047d2e42d44c6e120 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 19:32:31 +0000 Subject: [PATCH] chore(deps): update rust crate itertools to 0.14.0 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0699d28..74db980 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.13.0", + "itertools 0.10.5", "log", "prettyplease", "proc-macro2", @@ -777,9 +777,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" dependencies = [ "either", ] @@ -1250,7 +1250,7 @@ dependencies = [ "bzip2", "cpu-time", "flate2", - "itertools 0.13.0", + "itertools 0.14.0", "nom", "rand", "rustc-hash", @@ -1385,7 +1385,7 @@ dependencies = [ "atty", "clap", "concolor-clap", - "itertools 0.13.0", + "itertools 0.14.0", "nom", "rand", "rand_chacha", diff --git a/Cargo.toml b/Cargo.toml index 409b859..4201d07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ flate2 = { version = "1.0.35", features = [ ], default-features = false } git2 = "0.19.0" glob = "0.3.2" -itertools = "0.13.0" +itertools = "0.14.0" nom = "7.1.3" termcolor = "1.4.1" thiserror = "2.0.9"