From 3ec4a73b90d81edb1e49f1abd3c16a0500804c24 Mon Sep 17 00:00:00 2001 From: Cory Grinstead Date: Mon, 7 Oct 2024 10:10:24 -0500 Subject: [PATCH] hashbrown (#282) --- 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 = [