Hoist languages crate's dependencies to the workspace level (#8394)

This PR hoists all of the dependencies of the `languages` crate to the
workspace level.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-02-25 12:02:59 -05:00 committed by GitHub
parent 368fec2822
commit b29946130e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 38 additions and 47 deletions

View file

@ -22,7 +22,7 @@ test-support = [
[dependencies]
anyhow.workspace = true
async-compression.workspace = true
async-tar = "0.4.2"
async-tar.workspace = true
collections.workspace = true
futures.workspace = true
gpui.workspace = true