From 0f1bb5cb9e88a5b93332a06e843117918bd31f58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 13:54:06 +0000 Subject: [PATCH] fix(deps): update rust crate itertools to 0.14 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b989971c45..82a523403c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1330,9 +1330,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", ] @@ -1906,7 +1906,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" dependencies = [ "anyhow", - "itertools 0.13.0", + "itertools 0.12.1", "proc-macro2", "quote", "syn", @@ -2271,7 +2271,7 @@ dependencies = [ "fs_at", "git-testament", "home", - "itertools 0.13.0", + "itertools 0.14.0", "libc", "opener", "openssl", diff --git a/Cargo.toml b/Cargo.toml index 32805e3765..b7b5c3e71c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ flate2 = "1" fs_at.workspace = true git-testament = "0.2" home = "0.5.4" -itertools = "0.13" +itertools = "0.14" libc = "0.2" opener = "0.7.0" # `openssl` is used by `curl` or `reqwest` backend although it isn't imported by rustup: this