Sort Cargo.tomls (#24417)

This PR sorts the dependencies in a number of `Cargo.toml` files.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-02-06 21:14:57 -05:00 committed by GitHub
parent d6d0d7d3e4
commit 888a2df3f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 18 additions and 18 deletions

View file

@ -70,7 +70,7 @@ tree-sitter-c = { workspace = true, optional = true }
tree-sitter-cpp = { workspace = true, optional = true }
tree-sitter-css = { workspace = true, optional = true }
tree-sitter-diff = { workspace = true, optional = true }
tree-sitter-gitcommit = {workspace = true, optional = true }
tree-sitter-gitcommit = { workspace = true, optional = true }
tree-sitter-go = { workspace = true, optional = true }
tree-sitter-go-mod = { workspace = true, optional = true }
tree-sitter-gowork = { workspace = true, optional = true }