From ae8b9b23f8aa4f74b07c1efe922724f3e236d849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:54:56 +0000 Subject: [PATCH] Update itertools requirement from 0.10 to 0.14 Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/Cargo.toml | 2 +- tokio-fcquiche/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/Cargo.toml b/apps/Cargo.toml index cc907b21..be2c68d6 100644 --- a/apps/Cargo.toml +++ b/apps/Cargo.toml @@ -36,7 +36,7 @@ quiche = { workspace = true } ring = { workspace = true } url = { workspace = true } slab = "0.4" -itertools = "0.10" +itertools = "0.14" clap = { version = "4.1", features = ["derive"] } tokio = { version = "1.40.0", features = ["full", "tracing"] } tokio-metrics = { version = "0.4.3" } diff --git a/tokio-fcquiche/Cargo.toml b/tokio-fcquiche/Cargo.toml index 4f9758bd..aba92158 100644 --- a/tokio-fcquiche/Cargo.toml +++ b/tokio-fcquiche/Cargo.toml @@ -35,7 +35,7 @@ quiche = { workspace = true } ring = { workspace = true } url = { workspace = true } slab = "0.4" -itertools = "0.10" +itertools = "0.14" clap = { version = "4.1", features = ["derive"] } tokio = { version = "1.40.0", features = ["full", "tracing"] } tokio-metrics = { version = "0.4.3" }