update itertools

This commit is contained in:
Rüdiger Ludwig 2023-07-15 10:13:26 +02:00
parent 3b12de4970
commit 556b85e532
3 changed files with 10 additions and 17 deletions

View file

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
itertools = "0.10"
itertools = "0.11"
lazy_static = "1.4"
num-traits = "0.2"
regex = "1.7"