collab server should not depend on audio crate

David Kleingeld created

Change summary

Cargo.lock               | 1 -
crates/collab/Cargo.toml | 1 -
2 files changed, 2 deletions(-)

Detailed changes

Cargo.lock 🔗

@@ -3326,7 +3326,6 @@ dependencies = [
  "assistant_slash_command",
  "async-trait",
  "async-tungstenite",
- "audio",
  "aws-config",
  "aws-sdk-kinesis",
  "aws-sdk-s3",

crates/collab/Cargo.toml 🔗

@@ -76,7 +76,6 @@ agent_settings.workspace = true
 assistant_context.workspace = true
 assistant_slash_command.workspace = true
 async-trait.workspace = true
-audio.workspace = true
 buffer_diff.workspace = true
 call = { workspace = true, features = ["test-support"] }
 channel.workspace = true