From 319229d6395ddf93c687e64fd23dab48599908a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 01:31:39 +0000 Subject: [PATCH] chore(deps): update itertools requirement from 0.12 to 0.13 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.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 4e6c552fb0..a2b168df6e 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -77,7 +77,7 @@ either = "1.8" fix-hidden-lifetime-bug = "0.2" hyper = { version = "0.14", optional = true } indexmap = "2.2.1" -itertools = "0.12" +itertools = "0.13" lazy_static = "1" libc = ">=0.2.90, <1" num-bigint = "0.4"