🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-04-03 9:38:21.0 +00:00:00
committer GitHub <noreply@github.com> 2025-04-03 9:38:21.0 +00:00:00
commit
b8c5562a0b069461882d6ddd14cf4885b3be9ab9 [patch]
tree
7ef6c6957d208d4eef5ce0315c6734848056a164
parent
61c581bd5a1edb4ca1ef6788f785c2105fe4a71f
download
dependabot/cargo/itertools-0.14.0.tar.gz

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] <support@github.com>

Diff

 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"] }