From e556b41c80395297d425b739010bcd4ff79a14e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 01:58:25 +0000 Subject: [PATCH] Update itertools requirement from 0.13 to 0.14 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.13.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 dc1a8b461..dfb402911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ hashbrown = { version = "0.15", default-features = false, features = [ "allocator-api2", ] } hex = "0.4" -itertools = { version = "0.13", default-features = false } +itertools = { version = "0.14", default-features = false } libtest-mimic = "0.8.1" paste = "1.0" rayon = "1"