From e9c5dfd4c589671dda50de72d74eb533d752ceb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 17:12:50 -0800 Subject: [PATCH] chore(deps): bump itertools from 0.13.0 to 0.14.0 (#608) Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abfe2b9e..94b38a29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2576,7 +2576,7 @@ dependencies = [ "gadget-networking", "gadget-std", "hex", - "itertools 0.13.0", + "itertools 0.14.0", "libp2p", "parking_lot 0.12.3", "reqwest 0.12.12", @@ -6502,7 +6502,7 @@ dependencies = [ "gadget-event-listeners", "gadget-std", "indexmap 2.7.1", - "itertools 0.13.0", + "itertools 0.14.0", "proc-macro2", "quote", "serde_json", @@ -7122,7 +7122,7 @@ dependencies = [ "gadget-logging", "gadget-std", "hex", - "itertools 0.13.0", + "itertools 0.14.0", "k256", "lazy_static", "libp2p", @@ -14453,7 +14453,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" dependencies = [ "anyhow", - "itertools 0.13.0", + "itertools 0.10.5", "proc-macro2", "quote", "syn 2.0.96", diff --git a/Cargo.toml b/Cargo.toml index 3a1902aa..a32b67ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -207,7 +207,7 @@ blake3 = { version = "1.5.5", default-features = false } auto_impl = { version = "1.2.0", default-features = false } cargo_toml = { version = "0.21.0", default-features = false } escargot = { version = "0.5.12", default-features = false } -itertools = { version = "0.13.0", default-features = false } +itertools = { version = "0.14.0", default-features = false } paste = { version = "1.0.15", default-features = false } proc-macro2 = { version = "1.0", default-features = false } quote = { version = "1.0", default-features = false }