summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parent192420ededd19779754d51d690ecdf7588d62441 (diff)
upgrade `itertools`
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 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",
]