zed: Sort dependencies in Cargo.toml (#17317)

This PR sorts the dependencies in the `zed` crate's `Cargo.toml`, as
they had gotten unsorted.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-09-03 13:52:57 -04:00 committed by GitHub
parent 3d83903caa
commit 5a94e0fe3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,7 @@ command_palette.workspace = true
command_palette_hooks.workspace = true
copilot.workspace = true
db.workspace = true
dev_server_projects.workspace = true
diagnostics.workspace = true
editor.workspace = true
env_logger.workspace = true
@ -81,7 +82,6 @@ project_panel.workspace = true
project_symbols.workspace = true
quick_action_bar.workspace = true
recent_projects.workspace = true
dev_server_projects.workspace = true
release_channel.workspace = true
remote.workspace = true
repl.workspace = true
@ -95,25 +95,25 @@ settings_ui.workspace = true
simplelog.workspace = true
smol.workspace = true
snippet_provider.workspace = true
tab_switcher.workspace = true
supermaven.workspace = true
sysinfo.workspace = true
tab_switcher.workspace = true
task.workspace = true
tasks_ui.workspace = true
time.workspace = true
telemetry_events.workspace = true
terminal_view.workspace = true
theme.workspace = true
theme_selector.workspace = true
time.workspace = true
ui.workspace = true
url.workspace = true
urlencoding = "2.1.2"
ui.workspace = true
util.workspace = true
uuid.workspace = true
vim.workspace = true
welcome.workspace = true
workspace.workspace = true
zed_actions.workspace = true
sysinfo.workspace = true
[target.'cfg(target_os = "windows")'.dependencies]
windows.workspace = true