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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user