diff --git a/Cargo.lock b/Cargo.lock index 09c6157b19..b6141435cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/live_kit_client/Cargo.toml b/crates/live_kit_client/Cargo.toml index 708fd61d41..0d1cf08ad8 100644 --- a/crates/live_kit_client/Cargo.toml +++ b/crates/live_kit_client/Cargo.toml @@ -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