From 40f05fe15693cb8cfea35af7de887447406b25cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Thu, 6 Jun 2024 10:59:55 -0400 Subject: [PATCH] Bump roaring to the latest commit --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index e72d72251..88af93bd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4395,7 +4395,7 @@ dependencies = [ [[package]] name = "roaring" version = "0.10.4" -source = "git+https://github.com/RoaringBitmap/roaring-rs?branch=intersection-with-serialized#4466ae0104ed44a8cf41d187d9359483fe190701" +source = "git+https://github.com/RoaringBitmap/roaring-rs?branch=intersection-with-serialized#88b848b84cf7c8cc8d2ea02dfff77b5a54d822ec" dependencies = [ "bytemuck", "byteorder",