From a05b32f48bf400c37b87843f01d2b3a17a016d6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 05:54:38 +0000 Subject: [PATCH] Update itertools requirement from 0.12.0 to 0.14.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.12.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools 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 4168048..2eb02b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ maintenance = { status = "actively-developed" } [dependencies] walkdir = "2" -itertools = "0.12.0" \ No newline at end of file +itertools = "0.14.0" \ No newline at end of file