From ffb04e4b7ed049471cf43e73f752246a77bff5b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 02:25:56 +0000 Subject: [PATCH] Bump itertools from 0.12.0 to 0.12.1 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.0 to 0.12.1. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2f1606..1ebcd1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -479,9 +479,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" dependencies = [ "either", ] diff --git a/Cargo.toml b/Cargo.toml index 8829b62..f781e65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ comfy-table = "7.1.0" dialoguer = "0.11.0" pretty_env_logger = "0.5.0" human-panic = "1.2.3" -itertools = "0.12.0" +itertools = "0.12.1" log = "0.4.20" tikv-jemallocator-global = "0.5.0" lazy_static = "1.4.0"