From 67f29a172283d08e25701dd585a0d093c147c78b Mon Sep 17 00:00:00 2001 From: paomian Date: Tue, 10 Sep 2024 17:28:47 +0800 Subject: [PATCH] fix: toml format issue --- src/pipeline/Cargo.toml | 2 +- src/servers/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pipeline/Cargo.toml b/src/pipeline/Cargo.toml index 9da338300ab8..2402605f7fe8 100644 --- a/src/pipeline/Cargo.toml +++ b/src/pipeline/Cargo.toml @@ -40,6 +40,7 @@ enum_dispatch = "0.3" futures.workspace = true greptime-proto.workspace = true itertools.workspace = true +jsonb.workspace = true lazy_static.workspace = true moka = { workspace = true, features = ["sync"] } once_cell.workspace = true @@ -56,7 +57,6 @@ table.workspace = true tokio.workspace = true urlencoding = "2.1" yaml-rust = "0.4" -jsonb.workspace = true [dev-dependencies] catalog = { workspace = true, features = ["testing"] } diff --git a/src/servers/Cargo.toml b/src/servers/Cargo.toml index 9b337ba6ab79..39a125e9112a 100644 --- a/src/servers/Cargo.toml +++ b/src/servers/Cargo.toml @@ -14,9 +14,9 @@ testing = [] workspace = true [dependencies] +ahash = "0.8" aide = { version = "0.9", features = ["axum"] } api.workspace = true -ahash = "0.8" arrow.workspace = true arrow-flight.workspace = true arrow-ipc.workspace = true