Bump roaring to the latest commit

This commit is contained in:
Clément Renault 2024-06-06 10:59:55 -04:00
parent 52d0d35b39
commit 40f05fe156
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

2
Cargo.lock generated
View File

@ -4395,7 +4395,7 @@ dependencies = [
[[package]] [[package]]
name = "roaring" name = "roaring"
version = "0.10.4" 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 = [ dependencies = [
"bytemuck", "bytemuck",
"byteorder", "byteorder",