Tidy up some more deps with workspace dependencies (#4965)

I missed these in #4905 and noticed just now but wanted to handle them
to ensure we uniformly handle deps in the workspace.
This commit is contained in:
Alex Crichton
2022-09-26 19:27:35 -05:00
committed by GitHub
parent 84994203a1
commit ee2ef5bdd0
5 changed files with 9 additions and 9 deletions

View File

@@ -9,9 +9,9 @@ repository = "https://github.com/bytecodealliance/wasmtime"
edition = "2021"
[dependencies]
cranelift-entity = { path = "../entity", version = "0.89.0" }
log = { version = "0.4.6", default-features = false }
smallvec = { version = "1.6.1", features = ["union"] }
cranelift-entity = { workspace = true }
log = { workspace = true }
smallvec = { workspace = true }
indexmap = { version = "1.9.1" }
hashbrown = { version = "0.12.2", features = ["raw"] }
fxhash = "0.2.1"
@@ -21,4 +21,4 @@ default = []
# Enable detailed trace-level debug logging. Excluded by default to
# omit the dynamic overhead of checking the logging level.
trace-log = []
trace-log = []