From 45c9a1a1aa1765642e57faad14cf5b9537fe44e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:34:00 +0000 Subject: [PATCH] build(deps): Bump itertools from 0.11.0 to 0.12.0 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.11.0 to 0.12.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8620e0ce..0ef1d91d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -501,9 +501,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" +checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" dependencies = [ "either", ] @@ -760,7 +760,7 @@ dependencies = [ "hex-literal", "hmac", "iai", - "itertools 0.11.0", + "itertools 0.12.0", "modinverse", "num-bigint", "num-integer", diff --git a/Cargo.toml b/Cargo.toml index 9853056d9..f651d2d77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ fixed-macro = "1.2.0" hex = { version = "0.4.3", features = ["serde"] } hex-literal = "0.4.1" iai = "0.1" -itertools = "0.11.0" +itertools = "0.12.0" modinverse = "0.1.0" num-bigint = "0.4.4" once_cell = "1.18.0"