summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2023-11-20 08:04:37 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2023-11-20 08:04:37 +0100
commit0c8b6f2465c48b554faaa06bf0438cfff9df8a7f (patch)
tree33cdd49236598088394b3280ead10bdae59e5ce0 /Cargo.toml
parent192420ededd19779754d51d690ecdf7588d62441 (diff)
upgrade `itertools`
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 29905ad..977369a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ jwalk = "0.8.1"
byte-unit = "4"
atty = "0.2.11"
petgraph = "0.6"
-itertools = "0.10.0"
+itertools = "0.12.0"
num_cpus = "1.10.0"
filesize = "0.2.0"
anyhow = "1.0.31"