Hoist itertools dependency to workspace level (#8417)

This PR hoists the `itertools` dependency to the workspace level.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-02-25 20:37:52 -05:00 committed by GitHub
parent 841e010fa4
commit d8276b0f0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 22 additions and 21 deletions

View file

@ -60,7 +60,7 @@ image = "0.23"
indexmap = "1.6.2"
install_cli.workspace = true
isahc.workspace = true
itertools = "0.11"
itertools.workspace = true
journal.workspace = true
language.workspace = true
language_selector.workspace = true