fix(deps): update rust crate itertools to 0.14
Some checks are pending
Continuous Integration / Lint, Check & Test (push) Waiting to run
Continuous Integration / Build Package (push) Waiting to run

This commit is contained in:
Renovate Bot 2026-03-30 00:06:24 +00:00 committed by renovate-bot
parent f29840313d
commit a7579a7083
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ once_cell = "1"
chrono = { version = "0.4", features = ["serde"] }
walkdir = "2"
indexmap = { version = "2", features = ["serde"] }
itertools = "0.13"
itertools = "0.14"
directories = "5"
[dev-dependencies]