From 759f342109d88f6ac919ce124e221ed9b755cab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 15:16:39 +0000 Subject: [PATCH] chore(deps): update itertools requirement in the rust-dependencies group Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. Updates `itertools` to 0.13.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d86b2b4f5..878c9cd0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ abomonation_derive = { version = "0.1.0", package = "abomonation_derive_ng" } tracing = "0.1.37" cfg-if = "1.0.0" once_cell = "1.18.0" -itertools = "0.12.0" # zip_eq +itertools = "0.13.0" # zip_eq rand = "0.8.5" ref-cast = "1.0.20" # allocation-less conversion in multilinear polys derive_more = "0.99.17" # lightens impl macros for pasta