From 6af420c5987b4c5763fbb2cbf2e54509f402ed40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 05:28:26 +0000 Subject: [PATCH] Update itertools requirement from 0.12.0 to 0.13.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.13.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..37a3809 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.13.0" \ No newline at end of file