From 7b6b479bebe2b16d6d5401a0aed1bf7d03fa3d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:42:28 +0000 Subject: [PATCH] chore(deps): update itertools requirement from 0.13.0 to 0.14.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.13.0...v0.14.0) --- 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 18efdb8..0c049cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ twox-hash = "1.6.3" binary-heap-plus = "0.5.0" compare = "0.1.0" console = "0.15.7" -itertools = "0.13.0" +itertools = "0.14.0" nohash-hasher = "0.2.0" gurobi = { version = "0.3.4", optional = true}