From 07929229aeec4b0c911d168f05a6958be006f58d Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 7 Feb 2025 11:10:07 -0500 Subject: [PATCH] migrator: Sort dependencies in `Cargo.toml` (#24455) This PR sorts the dependencies in the `Cargo.toml` for the `migrator` crate. Release Notes: - N/A --- crates/migrator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/migrator/Cargo.toml b/crates/migrator/Cargo.toml index f5be671960..7a65db5b99 100644 --- a/crates/migrator/Cargo.toml +++ b/crates/migrator/Cargo.toml @@ -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