migrator: Sort dependencies in Cargo.toml
(#24455)
This PR sorts the dependencies in the `Cargo.toml` for the `migrator` crate. Release Notes: - N/A
This commit is contained in:
parent
00c2a30059
commit
07929229ae
1 changed files with 1 additions and 1 deletions
|
@ -14,9 +14,9 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
collections.workspace = true
|
||||
convert_case.workspace = true
|
||||
tree-sitter-json.workspace = true
|
||||
tree-sitter.workspace = true
|
||||
convert_case.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue