chore: Clean up util dependencies. (#9247)
This allows this crate to start building sooner + it reduces our total build graph size by 13 units (1104 -> 1091). Release Notes: - N.A
This commit is contained in:
parent
c09fe1ce8a
commit
34f09bae4f
6 changed files with 63 additions and 81 deletions
|
@ -17,7 +17,6 @@ test-support = ["tempfile", "git2"]
|
|||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
backtrace = "0.3"
|
||||
collections.workspace = true
|
||||
dirs = "3.0"
|
||||
futures.workspace = true
|
||||
|
@ -26,13 +25,13 @@ globset.workspace = true
|
|||
isahc.workspace = true
|
||||
lazy_static.workspace = true
|
||||
log.workspace = true
|
||||
parking_lot.workspace = true
|
||||
rand.workspace = true
|
||||
regex.workspace = true
|
||||
rust-embed.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
smol.workspace = true
|
||||
async-fs = "1.6"
|
||||
futures-lite = "1.13"
|
||||
take-until = "0.2.0"
|
||||
tempfile = { workspace = true, optional = true }
|
||||
unicase.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue