mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Clean up the live_kit_client manifest file (#9532)
Removes some redundant dependency defenitions and updates one dependency.
This commit is contained in:
parent
080e25dd45
commit
97fbec9b33
2 changed files with 3 additions and 21 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
@ -374,17 +374,6 @@ dependencies = [
|
|||
"workspace",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "async-broadcast"
|
||||
version = "0.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6d26004fe83b2d1cd3a97609b21e39f9a31535822210fe83205d2ce48866ea61"
|
||||
dependencies = [
|
||||
"event-listener 2.5.3",
|
||||
"futures-core",
|
||||
"parking_lot",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "async-broadcast"
|
||||
version = "0.5.1"
|
||||
|
@ -5465,7 +5454,7 @@ name = "live_kit_client"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-broadcast 0.4.1",
|
||||
"async-broadcast 0.7.0",
|
||||
"async-trait",
|
||||
"collections",
|
||||
"core-foundation",
|
||||
|
|
|
@ -27,7 +27,7 @@ test-support = [
|
|||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
async-broadcast = "0.4"
|
||||
async-broadcast = "0.7"
|
||||
async-trait = { workspace = true, optional = true }
|
||||
collections = { workspace = true, optional = true }
|
||||
futures.workspace = true
|
||||
|
@ -35,7 +35,7 @@ gpui = { workspace = true, optional = true }
|
|||
live_kit_server = { workspace = true, optional = true }
|
||||
log.workspace = true
|
||||
media.workspace = true
|
||||
nanoid = { version ="0.4", optional = true}
|
||||
nanoid = { version = "0.4", optional = true}
|
||||
parking_lot.workspace = true
|
||||
postage.workspace = true
|
||||
|
||||
|
@ -50,21 +50,14 @@ live_kit_server.workspace = true
|
|||
nanoid = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow.workspace = true
|
||||
async-trait.workspace = true
|
||||
collections = { workspace = true, features = ["test-support"] }
|
||||
futures.workspace = true
|
||||
gpui = { workspace = true, features = ["test-support"] }
|
||||
live_kit_server.workspace = true
|
||||
media.workspace = true
|
||||
nanoid = "0.4"
|
||||
parking_lot.workspace = true
|
||||
sha2.workspace = true
|
||||
simplelog = "0.9"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dev-dependencies]
|
||||
core-foundation.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
|
Loading…
Reference in a new issue