Sort dependencies in Cargo.toml
files (#18657)
This PR sorts the dependencies in various `Cargo.toml` files after #18414. Release Notes: - N/A
This commit is contained in:
parent
9565a90528
commit
6f4385e737
11 changed files with 55 additions and 59 deletions
|
@ -57,7 +57,6 @@ http_client.workspace = true
|
|||
image_viewer.workspace = true
|
||||
inline_completion_button.workspace = true
|
||||
install_cli.workspace = true
|
||||
ureq_client.workspace = true
|
||||
journal.workspace = true
|
||||
language.workspace = true
|
||||
language_model.workspace = true
|
||||
|
@ -108,6 +107,7 @@ theme.workspace = true
|
|||
theme_selector.workspace = true
|
||||
time.workspace = true
|
||||
ui.workspace = true
|
||||
ureq_client.workspace = true
|
||||
url.workspace = true
|
||||
urlencoding = "2.1.2"
|
||||
util.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue