From 9279304b2b23e164e78ebc50b8554b260c61c917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 09:33:01 +0000 Subject: [PATCH] Bump itertools from 0.14.0 to 0.15.0 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.14.0 to 0.15.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/ev-enclave/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1731f791..d087796c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1301,7 +1301,7 @@ dependencies = [ "hex", "human-panic", "indicatif", - "itertools 0.14.0", + "itertools 0.15.0", "log", "minus", "mockall", @@ -2150,9 +2150,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" +checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc" dependencies = [ "either", ] diff --git a/crates/ev-enclave/Cargo.toml b/crates/ev-enclave/Cargo.toml index 8bd005d1..6bea9ff6 100644 --- a/crates/ev-enclave/Cargo.toml +++ b/crates/ev-enclave/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" tokio = { version = "1.48.0", features = ["rt","rt-multi-thread","macros","fs"] } tokio-util = { version = "0.7.4", features = ["full"] } bytes = "1" -itertools = "0.14.0" +itertools = "0.15.0" tempfile = "3.3.0" futures-core = "0.3.21" futures = "0.3.21"