Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Bumped confy table.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Nov 19, 2021
1 parent b3ed162 commit 97e2b1b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

Expand Down Expand Up @@ -113,7 +113,6 @@ full = [
"io_parquet_compression",
"io_avro",
"io_avro_compression",
"io_avro_async",
"regex",
"merge_sort",
"compute",
Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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"],
Expand Down

0 comments on commit 97e2b1b

Please sign in to comment.