summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-04 12:30:49 -0400
committerGitHub <noreply@github.com>2022-07-04 12:30:49 -0400
commitb0bed17ccbca78605cdc25ccaa49c21f0cdc0516 (patch)
tree288898a254ec9f5630127ad95286dd7e5bfc629d
parent71a2243278d948a59d5111af5a9d900a039e66d7 (diff)
Bump itertools from 0.10.1 to 0.10.3 (#835)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.1 to 0.10.3. - [Release notes](https://github.com/rust-itertools/itertools/releases) - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.1...v0.10.3) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 e87510b4..a7304647 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -766,9 +766,9 @@ dependencies = [
[[package]]
name = "itertools"
-version = "0.10.1"
+version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
+checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
dependencies = [
"either",
]
diff --git a/Cargo.toml b/Cargo.toml
index 3edb831b..8e2b7e91 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ console = "0.15.0"
ctrlc = "3.2.2"
dirs-next = "2.0.0"
grep-cli = "0.1.6"
-itertools = "0.10.1"
+itertools = "0.10.3"
lazy_static = "1.4"
palette = "0.6.0"
pathdiff = "0.2.1"