diff --git a/server_benchmarks/Cargo.toml b/server_benchmarks/Cargo.toml index 5e5c0c623a..fde3b8e3c2 100644 --- a/server_benchmarks/Cargo.toml +++ b/server_benchmarks/Cargo.toml @@ -13,7 +13,7 @@ description = "Server related bechmarks, grouped into their own crate to minimiz [dev-dependencies] # In alphabetical order arrow_util = { path = "../arrow_util" } criterion = { version = "0.3.4", features = ["async_tokio"] } -chrono = { version = "0.4", features = ["serde"] } +chrono = { version = "0.4" } datafusion = { path = "../datafusion" } data_types = { path = "../data_types" } flate2 = "1.0.20"