Skip to content

Commit 242f45f

Browse files
authored
Minor: remove unused async-compression futures-io feature (#13875)
* Minor: remove unused async-compression feature * Fix cli cargo lock
1 parent e6f5cb6 commit 242f45f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

datafusion-cli/Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ async-compression = { version = "0.4.0", features = [
8787
"gzip",
8888
"xz",
8989
"zstd",
90-
"futures-io",
9190
"tokio",
9291
], optional = true }
9392
async-trait = { workspace = true }

0 commit comments

Comments
 (0)