diff --git a/Cargo.toml b/Cargo.toml index a232d5e4fdc..4f8b4b68620 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ serde_json = { version = "^1.0", features = ["preserve_order"], optional = true indexmap = { version = "^1.6", optional = true } # used to print columns in a nice columnar format -comfy-table = { version = "4.0", optional = true, default-features = false } +comfy-table = { version = "5.0", optional = true, default-features = false } arrow-format = { version = "0.3.0", optional = true, features = ["ipc"] } @@ -113,7 +113,6 @@ full = [ "io_parquet_compression", "io_avro", "io_avro_compression", - "io_avro_async", "regex", "merge_sort", "compute", @@ -143,7 +142,6 @@ io_avro_compression = [ "libflate", "snap", ] -io_avro_async = ["io_avro", "futures"] # io_json: its dependencies + error handling # serde_derive: there is some derive around io_json_integration = ["io_json", "serde_derive", "hex"] @@ -173,7 +171,6 @@ skip_feature_sets = [ ["io_csv_async"], ["io_csv_read_async"], ["io_avro"], - ["io_avro_async"], ["io_avro_compression"], ["io_json"], ["io_flight"],