summaryrefslogtreecommitdiffstats
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
parent420f1f677b77acd73729df19edf2849c65d8d33b (diff)
dependencies: bump itertools 0.9.0 -> 0.10.0
-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 c924375..4f7006d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -332,9 +332,9 @@ dependencies = [
[[package]]
name = "itertools"
-version = "0.9.0"
+version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
+checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
dependencies = [
"either",
]
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"