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

@@ -19,7 +19,7 @@ libc = { version = "0.2.112", default-features = false }
log = { workspace = true }
memoffset = "0.6.0"
indexmap = "1.0.2"
thiserror = "1.0.4"
thiserror = { workspace = true }
cfg-if = "1.0"
rand = { version = "0.8.3", features = ['small_rng'] }
anyhow = { workspace = true }