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

@ -49,32 +49,22 @@ nanoid = "0.4"
[dev-dependencies]
anyhow.workspace = true
async-trait.workspace = true
block = "0.1"
byteorder = "1.4"
bytes = "1.2"
collections = { workspace = true, features = ["test-support"] }
foreign-types = "0.3"
futures.workspace = true
gpui = { workspace = true, features = ["test-support"] }
hmac = "0.12"
jwt = "0.16"
live_kit_server.workspace = true
media.workspace = true
nanoid = "0.4"
parking_lot.workspace = true
serde.workspace = true
serde_derive.workspace = true
sha2 = "0.10"
sha2.workspace = true
simplelog = "0.9"
[target.'cfg(target_os = "macos")'.dev-dependencies]
cocoa = "0.25"
core-foundation.workspace = true
core-graphics = "0.22.3"
foreign-types = "0.3"
objc = "0.2"
[build-dependencies]
serde.workspace = true
serde_derive.workspace = true
serde_json.workspace = true
[package.metadata.cargo-machete]
ignored = ["serde_json"]