about summary refs log tree commit diff
path: root/users/edef/narinfo2parquet/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'users/edef/narinfo2parquet/Cargo.toml')
-rw-r--r--users/edef/narinfo2parquet/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/edef/narinfo2parquet/Cargo.toml b/users/edef/narinfo2parquet/Cargo.toml
index 40d721d28cef..5a8c9bdbfa15 100644
--- a/users/edef/narinfo2parquet/Cargo.toml
+++ b/users/edef/narinfo2parquet/Cargo.toml
@@ -15,6 +15,9 @@ nix-compat = { version = "0.1.0", path = "../../../tvix/nix-compat" }
 tempfile-fast = "0.3.4"
 zstd = "0.13.0"
 
+# See https://github.com/pola-rs/polars/issues/19157
+hashbrown = { version = "0.14.5", features = ["raw"] }
+
 [dependencies.polars]
 version = "0.36.2"
 default-features = false