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:
Marshall Bowers 2025-02-07 11:10:07 -05:00 committed by GitHub
parent 00c2a30059
commit 07929229ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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