From d91eea4b323b0bd6807aae524d51918581b5f9c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:15:32 +0000 Subject: [PATCH] chore(deps): update rust crate itertools to 0.12.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7a5aa271ec..9c920928c04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1121,9 +1121,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 c3316d79364..6c7d89fe0e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -287,7 +287,7 @@ glob = "0.3.1" half = "2.3" hostname = "0.3" indicatif = "0.17" -itertools = "0.12.0" +itertools = "0.12.1" libc = "0.2.152" lscolors = { version = "0.16.0", default-features = false, features = [ "gnu_legacy",