From 16df0476683d90c0ca420aae69b52de2113d8283 Mon Sep 17 00:00:00 2001 From: renovate Date: Sun, 10 Mar 2024 13:38:07 +0000 Subject: [PATCH] fix(deps): update rust crate itertools to 0.12.1 (#25) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [itertools](https://github.com/rust-itertools/itertools) | dependencies | minor | `0.10.1` -> `0.12.1` | > :exclamation: **Important** > > Release Notes retrieval for this PR were skipped because no github.com credentials were available. > If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Renovate Bot Reviewed-on: https://git.kemitix.net/kemitix/paperoni/pulls/25 Co-authored-by: renovate Co-committed-by: renovate --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 968c26f..2a95aac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1290,9 +1290,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.10.1" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" dependencies = [ "either", ] diff --git a/Cargo.toml b/Cargo.toml index b4d6d81..f0e33b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ flexi_logger = "0.27.4" futures = "0.3.30" html5ever = "0.25.1" indicatif = "0.16.2" -itertools = "0.10.1" +itertools = "0.12.1" kuchiki = "0.8.1" lazy_static = "1.4.0" log = "0.4.21"