chore: Move new util deps to workspace level (#9250)
I've missed a comment from @maxdeviant on #9247 before hitting merge; mea culpa Release Notes: - N/A
This commit is contained in:
parent
34f09bae4f
commit
aeb2a98058
2 changed files with 4 additions and 2 deletions
|
@ -30,8 +30,8 @@ regex.workspace = true
|
|||
rust-embed.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
async-fs = "1.6"
|
||||
futures-lite = "1.13"
|
||||
async-fs.workspace = true
|
||||
futures-lite.workspace = true
|
||||
take-until = "0.2.0"
|
||||
tempfile = { workspace = true, optional = true }
|
||||
unicase.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue