summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-30 06:31:46 +0000
committerGitHub <noreply@github.com>2024-01-30 06:31:46 +0000
commit6cae16fb70d40c8e6cb78194d11d7cc7d08a80a8 (patch)
tree8de92884dcbcdc245bf06e1fb0fb21f712d12669
parente208f4ed52759fc018ee14808717c977df57b56f (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 6b47c5d1..df170283 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -742,9 +742,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 5aa04339..b8ed15ee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,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"