From 65e47b776e9baa90af6c3f2c320a5e3bc8259252 Mon Sep 17 00:00:00 2001 From: Zhenchi Date: Mon, 4 Dec 2023 13:18:22 +0000 Subject: [PATCH] fix: toml format Signed-off-by: Zhenchi --- Cargo.toml | 2 +- src/index/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9df7a9881d2d..04774aef4185 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,6 +74,7 @@ async-trait = "0.1" base64 = "0.21" bigdecimal = "0.4.2" bitflags = "2.4.1" +bytemuck = "1.12" chrono = { version = "0.4", features = ["serde"] } datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev = "26e43acac3a96cec8dd4c8365f22dfb1a84306e9" } datafusion-common = { git = "https://github.com/apache/arrow-datafusion.git", rev = "26e43acac3a96cec8dd4c8365f22dfb1a84306e9" } @@ -100,7 +101,6 @@ opentelemetry-proto = { git = "https://github.com/waynexia/opentelemetry-rust.gi "metrics", "trace", ] } -bytemuck = "1.12" parquet = "47.0" paste = "1.0" pin-project = "1.0" diff --git a/src/index/Cargo.toml b/src/index/Cargo.toml index 481ed931ec00..800420164ac5 100644 --- a/src/index/Cargo.toml +++ b/src/index/Cargo.toml @@ -6,6 +6,7 @@ license.workspace = true [dependencies] async-trait.workspace = true +bytemuck.workspace = true common-base.workspace = true common-error.workspace = true common-macro.workspace = true @@ -17,7 +18,6 @@ prost.workspace = true regex-automata.workspace = true regex.workspace = true snafu.workspace = true -bytemuck.workspace = true [dev-dependencies] tokio-util.workspace = true