From 26249bd934084d5af2b28955bbc4d1062e9f05a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:46:32 +0000 Subject: [PATCH] Update itertools requirement from 0.10 to 0.13 in /task-maker-exec 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.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- task-maker-exec/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task-maker-exec/Cargo.toml b/task-maker-exec/Cargo.toml index c7ff4907..50cad6e9 100644 --- a/task-maker-exec/Cargo.toml +++ b/task-maker-exec/Cargo.toml @@ -25,7 +25,7 @@ tempfile = "3.3" # Resolve executable names in $PATH which = "4.2" # General iterator utilities -itertools = "0.10" +itertools = "0.13" # defer! macro scopeguard = "1.0" # Sandbox