diff --git a/Cargo.toml b/Cargo.toml index d547a991..d2265696 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,8 +53,8 @@ datafusion-physical-expr = { version = "39.0.0", optional = true } object_store = { version = "0.10.1", optional = true } [dev-dependencies] -arrow-json = "52.0.0" arrow-ipc = { version = "52.0.0", features = ["lz4"] } +arrow-json = "52.0.0" criterion = { version = "0.5", default-features = false, features = ["async_tokio"] } opendal = { version = "0.48", default-features = false, features = ["services-memory"] } pretty_assertions = "1.3.0"