From 453404077dc2a9d542582bae1807268e1bdfdb8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 13:55:48 +0000 Subject: [PATCH] Update itertools requirement from 0.14.0 to 0.15.0 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.14.0...v0.15.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56119a5..daed61a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ loole = { version = "0.4.0", optional = true } [dev-dependencies] divan = "0.1.17" -itertools = "0.14.0" +itertools = "0.15.0" serial_test = "3.2.0" rstest = "0.22.0" stacker = "0.1.17"