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

@@ -21,7 +21,7 @@ hashbrown = { workspace = true, optional = true }
itertools = "0.10.0"
log = { workspace = true }
serde = { version = "1.0.94", features = ["derive"], optional = true }
smallvec = { version = "1.6.1", features = ["union"] }
smallvec = { workspace = true }
[dev-dependencies]
wat = { workspace = true }