From ec6b6c5c795536bf4a93cf82ad6344b81ff5fa40 Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Wed, 19 Feb 2025 02:18:22 -0500 Subject: [PATCH] update boxcar --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 84da54384..3d6091f9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,8 @@ dashmap = { version = "6", features = ["raw-api"] } hashlink = "0.9" hashbrown = "0.14.3" indexmap = "2" -boxcar = "0.2.9" +# boxcar = "0.2.9" +boxcar = { git = "https://github.com/ibraheemdev/boxcar", rev = "9df483d8ea216f1ced8e6d38a7316da19208096a" } tracing = "0.1" parking_lot = "0.12" rustc-hash = "2"