chore(deps): update rust crate itertools to 0.13.0

This commit is contained in:
renovate[bot] 2024-05-22 00:24:29 +00:00 committed by GitHub
parent 474d50d10c
commit fddb6be107
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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