upgrade itertools = "0.10.5"

This commit is contained in:
ManyTheFish
2023-08-09 11:50:24 +02:00
parent a5c56fac8a
commit cc2c19d4c3
3 changed files with 16 additions and 7 deletions

View File

@ -63,7 +63,7 @@ uuid = { version = "1.3.1", features = ["v4"] }
filter-parser = { path = "../filter-parser" }
# documents words self-join
itertools = "0.10.5"
itertools = "0.11.0"
# profiling
puffin = "0.16.0"