🏡 index : ~doyle/rgit.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-02-01 19:34:17.0 +00:00:00
committer GitHub <noreply@github.com> 2024-02-01 19:34:17.0 +00:00:00
commit
b6322cae502a49d4d95ddc066b060713a6e11a57 [patch]
tree
97a895257554a799ae14b2d33148bb2d9644c2eb
parent
460d60799d37e04686c3d0199dd9fc02ff0c9c7a
download
b6322cae502a49d4d95ddc066b060713a6e11a57.tar.gz

Bump itertools from 0.12.0 to 0.12.1

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.0 to 0.12.1.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.0...v0.12.1)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Cargo.lock | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index fa82650..1d9d124 100644
--- a/Cargo.lock
+++ a/Cargo.lock
@@ -1194,9 +1194,9 @@

[[package]]
name = "itertools"
version = "0.12.0"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
 "either",
]