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

@ -6,6 +6,6 @@ edition = "2021"
[lib]
[dependencies]
once_cell = { version = "1.16.0" }
regex = { version = "1.6.0" }
rustc-hash = { version = "1.1.0" }
once_cell = {workspace = true}
regex = { workspace = true }
rustc-hash = { workspace = true }