Use workspace inheritance for some more dependencies (#5349)

Deduplicate some dependency directives through `[workspace.dependencies]`
This commit is contained in:
Alex Crichton
2022-11-29 16:32:56 -06:00
committed by GitHub
parent 2ad3f78624
commit 86acb9a438
16 changed files with 32 additions and 26 deletions

View File

@@ -36,7 +36,7 @@ psm = "0.1.11"
once_cell = { workspace = true }
rayon = { version = "1.0", optional = true }
object = { workspace = true }
async-trait = { version = "0.1.51", optional = true }
async-trait = { workspace = true, optional = true }
encoding_rs = { version = "0.8.31", optional = true }
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]