From 74e9938b23d2f68d6fe8c5c035963ce83e02ee45 Mon Sep 17 00:00:00 2001 From: universalmind303 Date: Mon, 7 Oct 2024 10:10:06 -0500 Subject: [PATCH] hashbrown --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 539612f7..ac5eb555 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,7 @@ thiserror = "1" smartstring = { version = "1" } serde_json = { version = "1" } either = "1.13.0" +hashbrown = {version = "=0.14.5", features = ["raw"]} [dependencies.polars] features = [