chore(deps): update rust crate itertools to 0.14.0

This commit is contained in:
renovate[bot] 2025-03-10 21:19:54 +00:00 committed by GitHub
parent 7c6596d3b0
commit 26828b1b59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 14 deletions

View file

@ -321,7 +321,7 @@ default-features = false
# Used to make working with iterators easier, was already a transitive depdendency
[workspace.dependencies.itertools]
version = "0.13.0"
version = "0.14.0"
# to parse user-friendly time durations in admin commands
#TODO: overlaps chrono?