summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMaxim Zhukov <mussitantesmortem@gmail.com>2021-01-03 23:59:54 +0300
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-01-04 09:25:52 +0800
commitdc100c8b4a838c92f39d5a67da7eea06e7dec9af (patch)
tree5be0bb27050aefdcc34079a97ed6994732347584 /Cargo.toml
parent420f1f677b77acd73729df19edf2849c65d8d33b (diff)
dependencies: bump itertools 0.9.0 -> 0.10.0
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 193beac..617dd0b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ jwalk = "0.5.0"
byte-unit = "4"
atty = "0.2.11"
petgraph = "0.5"
-itertools = "0.9.0"
+itertools = "0.10.0"
num_cpus = "1.10.0"
filesize = "0.2.0"
anyhow = "1.0.31"