From ff137b484bc72200dcf158a44d5fe26d5c1ab91d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 02:16:45 +0000 Subject: [PATCH] Bump itertools from 0.13.0 to 0.14.0 Bumps [itertools](https://github.com/rust-itertools/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 ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- core/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82a15c0..b0399f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -364,7 +364,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.13.0", + "itertools 0.12.1", "proc-macro2", "quote", "regex", @@ -1168,7 +1168,7 @@ dependencies = [ "humansize", "i18n-embed", "i18n-embed-fl", - "itertools 0.13.0", + "itertools 0.14.0", "lazy_static", "libshumate", "libshumate-sys", @@ -1197,7 +1197,7 @@ dependencies = [ "glycin", "h3o", "image 0.25.5", - "itertools 0.13.0", + "itertools 0.14.0", "kamadak-exif", "opencv", "rayon", @@ -2455,9 +2455,9 @@ dependencies = [ [[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/Cargo.toml b/Cargo.toml index 2aee67d..c6799b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ gettext-rs = { version = "0.7", features = ["gettext-system"] } tracing = "0.1.41" tracing-subscriber = { version = "0.3.18", features = ["chrono", "env-filter"] } relm4 = { version = "0.9.1", features = ["libadwaita", "gnome_47"] } -itertools = "0.13.0" +itertools = "0.14.0" humansize = "2.1.3" rayon = "1.10.0" glycin = { version = "2.0.2", features = ["gdk4"] } diff --git a/core/Cargo.toml b/core/Cargo.toml index 3f8da3a..73c0ad6 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -31,7 +31,7 @@ tempfile = "3.14.0" tracing = "0.1.41" walkdir = "2.5.0" opencv = {version = "0.93.5", default-features = false, features = ["clang-runtime", "objdetect", "imgcodecs", "dnn"]} -itertools = "0.13.0" +itertools = "0.14.0" reqwest = { version = "0.12.10", features = ["blocking"] } futures = "0.3.31"