From b8c5562a0b069461882d6ddd14cf4885b3be9ab9 Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 03 Apr 2025 09:38:21 +0000 Subject: [PATCH] Bump itertools from 0.12.1 to 0.14.0 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.14.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.1...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 ++++++++++++- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a459407..3024fd6 100644 --- a/Cargo.lock +++ a/Cargo.lock @@ -225,7 +225,7 @@ "bitflags", "cexpr", "clang-sys", - "itertools", + "itertools 0.12.1", "lazy_static", "lazycell", "proc-macro2", @@ -1857,6 +1857,15 @@ ] [[package]] +name = "itertools" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" +dependencies = [ + "either", +] + +[[package]] name = "itoa" version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2540,7 +2549,7 @@ "hashbrown", "httparse", "humantime", - "itertools", + "itertools 0.14.0", "md5", "memchr", "moka", diff --git a/Cargo.toml b/Cargo.toml index 12654e8..7581d61 100644 --- a/Cargo.toml +++ a/Cargo.toml @@ -48,7 +48,7 @@ ] } httparse = "1.10" humantime = "2.2" -itertools = "0.12.1" +itertools = "0.14.0" md5 = "0.7" memchr = "2.7" moka = { version = "0.12.10", features = ["future"] } -- rgit 0.1.4