summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-04 14:10:54 +0000
committerGitHub <noreply@github.com>2024-05-04 14:10:54 +0000
commit38f74978bae972fd5794232839cfe35019750795 (patch)
tree3cae15a53fb12f43fcf4ca9b5eebdfd3bac4b11a
parentd995bf76cfe3ce4d0a89e4da647692319ee88c38 (diff)
Bump itertools from 0.10.5 to 0.12.1dependabot/cargo/itertools-0.12.1
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.12.1. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.12.1) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 260c6a79..2a8915b3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -644,9 +644,9 @@ dependencies = [
[[package]]
name = "itertools"
-version = "0.10.5"
+version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
+checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
diff --git a/Cargo.toml b/Cargo.toml
index d55c68e9..e5c1809d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ console = "0.15.0"
ctrlc = "3.2.5"
dirs = "5.0.1"
grep-cli = "0.1.8"
-itertools = "0.10.5"
+itertools = "0.12.1"
lazy_static = "1.4"
palette = "0.7.2"
pathdiff = "0.2.1"