alamb commented on code in PR #1861:
URL: https://github.com/apache/arrow-rs/pull/1861#discussion_r897863511
##########
arrow/Cargo.toml:
##########
@@ -38,9 +38,11 @@ path = "src/lib.rs"
bench = false
[dependencies]
+ahash = "0.7"
serde = { version = "1.0" }
serde_derive = "1.0"
serde_json = { version = "1.0", features = ["preserve_order"] }
+hashbrown = "0.12"
Review Comment:
Update here -- I spent a few minutes looking into the use of `indexmap` -- I
think with a small amount of effort we could remove that dependency. I'll write
up a ticket and maybe a PR for it shortly
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]