Use workspace inheritance for some more dependencies (#5349)
Deduplicate some dependency directives through `[workspace.dependencies]`
This commit is contained in:
@@ -24,6 +24,6 @@ gimli = { workspace = true }
|
||||
log = { workspace = true }
|
||||
num_cpus = "1.8.0"
|
||||
target-lexicon = { workspace = true }
|
||||
thiserror = "1.0.15"
|
||||
thiserror = { workspace = true }
|
||||
anyhow = { workspace = true }
|
||||
similar = "2.1.0"
|
||||
|
||||
Reference in New Issue
Block a user