From d95f12593d548bce27cb3c012631905a1cb8a43f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:38:35 +0000 Subject: [PATCH] chore(deps): 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.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 4310ac6..2ddb68b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ from_variants = "1.0.2" futures-util = { version = "0.3.28" } if_chain = "1.0.2" indexmap = "2.1.0" -itertools = { version = "0.12.0" } +itertools = { version = "0.13.0" } once_cell = "1.17.1" serde = { version = "1.0.188" } thiserror = "1.0.40"