summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-29 06:15:19 -0500
committerGitHub <noreply@github.com>2020-12-29 06:15:19 -0500
commit9563c5ef98503f4b2c0b35601d08f96dc8fa6817 (patch)
tree1550eba0c7af23f1f9b4e65a1d006187160b7708 /Cargo.toml
parentb9e577aac0a81f759806a8fcbf8c29df2aa8c347 (diff)
Bump itertools from 0.9.0 to 0.10.0 (#475)
Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/bluss/rust-itertools/releases) - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/bluss/rust-itertools/compare/v0.9.0...v0.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 630cf775..03a4c44b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ box_drawing = "0.1.2"
bytelines = "2.2.2"
console = "0.13.0"
dirs-next = "2.0.0"
-itertools = "0.9.0"
+itertools = "0.10.0"
lazy_static = "1.4"
regex = "1.4.2"
shell-words = "1.0.0"