diff --git a/Cargo.lock b/Cargo.lock index c924375e..4f7006d3 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 193beac5..617dd0b7 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"