Demote buffer-diff to a dev dependency of collab (#28295)

This will speed up our collab deployments a little

Release Notes:

- N/A
This commit is contained in:
Max Brunsfeld 2025-04-08 08:36:44 -07:00 committed by GitHub
parent 9e504a1ed9
commit d39e1e03b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,6 @@ clock.workspace = true
collections.workspace = true
dashmap.workspace = true
derive_more.workspace = true
buffer_diff.workspace = true
envy = "0.4.2"
futures.workspace = true
google_ai.workspace = true
@ -85,6 +84,7 @@ assistant_slash_command.workspace = true
assistant_tool.workspace = true
async-trait.workspace = true
audio.workspace = true
buffer_diff.workspace = true
call = { workspace = true, features = ["test-support"] }
channel.workspace = true
client = { workspace = true, features = ["test-support"] }