Skip to content

Commit

Permalink
Update "tokio" crate and remove unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Sep 6, 2024
1 parent 6ff8cb1 commit c31b573
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion native/explorer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions native/explorer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,9 @@ thiserror = "1"
either = "1"

# Deps necessary for cloud features.
tokio = { version = "1.35", default-features = false, features = [
tokio = { version = "1.40", default-features = false, features = [
"rt",
], optional = true }
tokio-util = { version = "0.7", default-features = false, features = [
"io",
"io-util",
], optional = true }
object_store = { version = "0.10", default-features = false, optional = true }

# MiMalloc won´t compile on Windows with the GCC compiler.
Expand Down Expand Up @@ -94,7 +90,6 @@ default = ["ndjson", "cloud", "nif_version_2_15"]
cloud = [
"object_store",
"tokio",
"tokio-util",
"aws",
"polars/cloud",
"polars/cloud_write",
Expand Down

0 comments on commit c31b573

Please sign in to comment.