Move more dependencies into workspace dependencies (#2842)

This commit is contained in:
Charlie Marsh 2023-02-12 23:19:26 -05:00 committed by GitHub
parent 67198ce7b3
commit dde69d50b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 49 additions and 37 deletions

View file

@ -12,4 +12,4 @@ proc-macro2 = { version = "1.0.47" }
quote = { version = "1.0.21" }
syn = { version = "1.0.103", features = ["derive", "parsing", "extra-traits"] }
textwrap = { version = "0.16.0" }
itertools = { version = "0.10.5" }
itertools = { workspace = true }