Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arrow-ipc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ lz4 = ["lz4_flex"]
[dev-dependencies]
criterion = { workspace = true }
tempfile = "3.3"
tokio = "1.43.0"
tokio = { version = "1.43.0", features = ["io-util", "macros", "rt"] }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this count as increasing our dependencies? Tokio was already imported, so I think this is fine

# used in benches
memmap2 = "0.9.3"
bytes = "1.9"
Expand Down
Loading
Loading