From fec2d30eaf7b6c949778652141fade8e2f7a1816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 08:18:22 +0000 Subject: [PATCH] Update itertools requirement from ^0.11.0 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.11.0...v0.12.1) --- 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 8dc67e8..6b9f97e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ walk = ["dep:walkdir"] [dependencies] const_format = "^0.2.0" -itertools = "^0.11.0" +itertools = "^0.12.1" nom = "^7.0.0" pori = "=0.0.0" thiserror = "^1.0.0"