summaryrefslogtreecommitdiffstats
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
parent192420ededd19779754d51d690ecdf7588d62441 (diff)
upgrade `itertools`
-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 0d645b7..965e65c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -391,9 +391,9 @@ dependencies = [
[[package]]
name = "itertools"
-version = "0.10.5"
+version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
+checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0"
dependencies = [
"either",
]
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"