summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-30 15:07:00 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-30 15:11:41 +0100
commit64aed621f9089405dbcf6efef483d44ec6f47ad1 (patch)
tree826294431194d9150e2aa8d00561150f9126615d /Cargo.toml
parentd28f93fe5d30b16e891351c7ecb4d2d4666649ce (diff)
itertools: 0.9 -> 0.10
We don't need resiter::Map here anymore because itertools 0.10 provides a map_ok() extension. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 c26fa9e..173ddc2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ git2 = "0.13"
handlebars = { version = "3", features = ["no_logging"] }
indicatif = "0.15"
indoc = "1"
-itertools = "0.9"
+itertools = "0.10"
lazy_static = "1.4"
log = "0.4"
parse-display = "0.4"