summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2020-04-27 20:42:40 +0200
committerDan Davison <dandavison7@gmail.com>2020-04-27 18:48:12 -0400
commitf50662cf32ec13d24caab40adb43303dc29589e1 (patch)
treeb226160076de77d513d7875efae63cc95008d0df /Cargo.toml
parent5532ea798f4efa517502c0b1ff22fc71ac44130b (diff)
Remove unused itertools dependency
Found by cargo-udeps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4e2c8f67..105501ee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,6 @@ atty = "0.2.13"
box_drawing = "0.1.2"
console = "0.7.7"
dirs = "2.0"
-itertools = "0.8.0"
lazy_static = "1.4"
regex = "1.2.1"
shell-words = "0.1.0"