From 50b3bb4c0ddf935a1bf6cc3e9525679c903397a4 Mon Sep 17 00:00:00 2001 From: shuiyisong <113876041+shuiyisong@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:19:05 +0800 Subject: [PATCH] fix: sort cargo toml (#4735) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3854ebc084..d199caac09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -166,10 +166,10 @@ serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["float_roundtrip"] } serde_with = "3" shadow-rs = "0.31" +similar-asserts = "1.6.0" smallvec = { version = "1", features = ["serde"] } snafu = "0.8" sysinfo = "0.30" -similar-asserts = "1.6.0" # on branch v0.44.x sqlparser = { git = "https://github.com/GreptimeTeam/sqlparser-rs.git", rev = "54a267ac89c09b11c0c88934690530807185d3e7", features = [ "visitor",