From 6506da1646b22af3736c15f20e42a1556207dbfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 03:57:06 +0000 Subject: [PATCH] build(deps): Bump itertools in the rust-dependencies group Bumps the rust-dependencies group with 1 update: [itertools](https://github.com/rust-itertools/itertools). Updates `itertools` from 0.13.0 to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- events/advent_of_code/2022/06/rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7aa6eee..3e8f894 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,9 +57,9 @@ checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2" [[package]] name = "itertools" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" dependencies = [ "either", ] diff --git a/events/advent_of_code/2022/06/rust/Cargo.toml b/events/advent_of_code/2022/06/rust/Cargo.toml index 9e83a6d..40b12d3 100644 --- a/events/advent_of_code/2022/06/rust/Cargo.toml +++ b/events/advent_of_code/2022/06/rust/Cargo.toml @@ -13,4 +13,4 @@ categories = ["games"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -itertools = "0.13.0" +itertools = "0.14.0"