From 9971ca9eec75244e4a7ad4c472cead4467fda5ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 03:10:39 +0000 Subject: [PATCH] Update itertools requirement from 0.10.3 to 0.12.1 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.3...v0.12.1) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- positional/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/positional/Cargo.toml b/positional/Cargo.toml index e5b4143..5de8eb4 100644 --- a/positional/Cargo.toml +++ b/positional/Cargo.toml @@ -20,7 +20,7 @@ harness = false name = "enum" [dependencies] -itertools = "0.10.3" +itertools = "0.12.1" pad = "0.1.6" positional_derive = {version = "=0.4.1-rc.0", path = "../positional_derive"} proc-macro2 = "1.0.39"