From 8e3716f69d305f9c1714a17dd7523bd3e5c892c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 15:09:30 +0000 Subject: [PATCH] Bump itertools from 0.12.1 to 0.14.0 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.14.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.1...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- hotshot-query-service/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f552964de94..d128a5a35b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1988,7 +1988,7 @@ dependencies = [ "bitflags 2.9.1", "cexpr", "clang-sys", - "itertools 0.12.1", + "itertools 0.10.5", "lazy_static", "lazycell", "proc-macro2", @@ -3566,7 +3566,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" dependencies = [ "data-encoding", - "syn 2.0.101", + "syn 1.0.109", ] [[package]] @@ -4171,7 +4171,7 @@ dependencies = [ "hotshot-query-service", "hotshot-types", "indexmap 2.9.0", - "itertools 0.12.1", + "itertools 0.14.0", "jf-merkle-tree 0.1.0", "jf-utils", "jf-vid", @@ -5737,7 +5737,7 @@ dependencies = [ "hotshot-testing", "hotshot-types", "include_dir", - "itertools 0.12.1", + "itertools 0.14.0", "jf-merkle-tree 0.1.0", "jf-vid", "lazy_static", @@ -5788,7 +5788,7 @@ dependencies = [ "hotshot-contract-adapter", "hotshot-query-service", "hotshot-types", - "itertools 0.12.1", + "itertools 0.14.0", "jf-crhf 0.1.0", "jf-pcs", "jf-plonk", @@ -9251,7 +9251,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.12.1", + "itertools 0.10.5", "proc-macro2", "quote", "syn 2.0.101", @@ -10573,7 +10573,7 @@ dependencies = [ "hotshot-types", "include_dir", "indexmap 2.9.0", - "itertools 0.12.1", + "itertools 0.14.0", "jf-crhf 0.1.0", "jf-merkle-tree 0.1.0", "jf-rescue", diff --git a/Cargo.toml b/Cargo.toml index 90a5d9f8c7f..37c5bc39f32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -203,7 +203,7 @@ tide-disco = "0.9.4" thiserror = "1.0.69" tracing = "0.1" bytesize = "1.3" -itertools = "0.12" +itertools = "0.14" priority-queue = "2" rand_chacha = "0.3" rand_distr = "0.4" diff --git a/hotshot-query-service/Cargo.toml b/hotshot-query-service/Cargo.toml index 326cb67131f..fce7f180cda 100644 --- a/hotshot-query-service/Cargo.toml +++ b/hotshot-query-service/Cargo.toml @@ -80,7 +80,7 @@ hotshot-types = { workspace = true } # Dependencies enabled by feature "sql-data-source". include_dir = { version = "0.7", optional = true } -itertools = "0.12.1" +itertools = "0.14.0" jf-merkle-tree = { version = "0.1.0", git = "https://github.com/EspressoSystems/jellyfish", tag = "0.4.5", features = [ "std", ] }