From 552fa7576f8ce9ca676bc13e094bed947919924e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 22:42:34 +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] --- impl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impl/Cargo.toml b/impl/Cargo.toml index cfd82220..8b4d031d 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -34,7 +34,7 @@ rustc_version = "0.4" [dev-dependencies] derive_more = { path = "..", features = ["full"] } -itertools = "0.14.0" +itertools = "0.15.0" [badges] github = { repository = "JelteF/derive_more", workflow = "CI" }