From 3cc301e62b94540dec8ddd8bd388f28951932b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 21:34:21 +0000 Subject: [PATCH] chore(deps): bump itertools from 0.12.1 to 0.13.0 (#23) Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.13.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.1...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 457e0eb..809d622 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ alpm = "^4.0.1" git2 = "^0.18.3" petgraph = "^0.6.0" indexmap = "^2.2.5" -itertools = "^0.12.1" +itertools = "^0.13.0" rayon = "^1.10.0" sha-1 = "^0.10.1" hex-literal = "^0.4.1"