From cf440fef16630ae5c56398b0f08a7132a467c0ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:39:30 +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.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 e0563a5e5..abfeeda1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ honeycomb-render = { version = "0.6.0", path = "./honeycomb-render" } # common cfg-if = "1" -itertools = "0.13.0" +itertools = "0.14.0" rayon = "1.10.0" rustversion = "1.0.18" thiserror = "2.0.3"