From 1b8cba0ae01dc1812f1d836150476883c04de1b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:07:31 +0000 Subject: [PATCH] build(deps): bump the cargo group with 1 update Bumps the cargo group with 1 update: [itertools](https://github.com/rust-itertools/itertools). Updates `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 dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67948a17..35e03627 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -200,7 +200,7 @@ dependencies = [ "dirs", "futures", "hex", - "itertools 0.12.0", + "itertools 0.12.1", "moss", "nix", "serde", @@ -1107,9 +1107,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", ] @@ -1265,7 +1265,7 @@ dependencies = [ "dag", "futures", "hex", - "itertools 0.12.0", + "itertools 0.12.1", "log", "nix", "once_cell", @@ -1992,7 +1992,7 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c" dependencies = [ - "itertools 0.12.0", + "itertools 0.12.1", "nom", "unicode_categories", ] @@ -2914,7 +2914,7 @@ checksum = "53be06678ed9e83edb1745eb72efc0bbcd7b5c3c35711a860906aed827a13d61" name = "yaml" version = "0.1.0" dependencies = [ - "itertools 0.12.0", + "itertools 0.12.1", "serde", "serde_yaml", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 9be2b5a0..37cbb70c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ crossterm = "0.27.0" dialoguer = "0.11.0" dirs = "5.0" indicatif = "0.17.7" -itertools = "0.12.0" +itertools = "0.12.1" futures = "0.3.30" hex = "0.4.3" log = "0.4"