From 4d88cef696e6b375dd6388a08940f45a9d320c35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:53:02 +0100 Subject: [PATCH] Update itertools requirement from 0.13.0 to 0.14.0 (#81) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mikhail Glushenkov --- positional/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/positional/Cargo.toml b/positional/Cargo.toml index 1f7a03d..325dd9e 100644 --- a/positional/Cargo.toml +++ b/positional/Cargo.toml @@ -20,7 +20,7 @@ harness = false name = "enum" [dependencies] -itertools = "0.13.0" +itertools = "0.14.0" pad = "0.1.6" positional_derive = {version = "=0.4.3", path = "../positional_derive"} proc-macro2 = "1.0.39"