fix(deps): update rust crate itertools to 0.14.0

This commit is contained in:
2025-02-09 20:16:54 +00:00
parent 5981356492
commit 5f4a4e81cb
3 changed files with 13 additions and 13 deletions

View File

@@ -13,6 +13,6 @@ thiserror = "1.0.30"
tracing = "0.1.41"
[dev-dependencies]
itertools = "0.10.1"
itertools = "0.14.0"
pretty_assertions = "1"
rayon = "1.5"