Clean up many small dependencies (part 3) (#8425)

Follow-up to #8353

Release Notes:
- N/A
This commit is contained in:
Dzmitry Malyshau 2024-02-26 01:08:57 -08:00 committed by GitHub
parent f54bb32a7f
commit a44fc24445
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 19 additions and 477 deletions

View file

@ -17,34 +17,18 @@ anyhow.workspace = true
client.workspace = true
clock.workspace = true
collections.workspace = true
db.workspace = true
feature_flags.workspace = true
futures.workspace = true
gpui.workspace = true
image = "0.23"
language.workspace = true
lazy_static.workspace = true
log.workspace = true
parking_lot.workspace = true
postage.workspace = true
rand.workspace = true
release_channel.workspace = true
rpc.workspace = true
schemars.workspace = true
serde.workspace = true
serde_derive.workspace = true
settings.workspace = true
smallvec.workspace = true
smol.workspace = true
sum_tree.workspace = true
tempfile.workspace = true
text.workspace = true
thiserror.workspace = true
time.workspace = true
tiny_http = "0.8"
url.workspace = true
util.workspace = true
uuid.workspace = true
[dev-dependencies]
collections = { workspace = true, features = ["test-support"] }