Update roaring to the latest version

This commit is contained in:
Clément Renault 2024-09-23 14:35:33 +02:00
parent 193d7f5d34
commit 4551abf6d4
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

2
Cargo.lock generated
View File

@ -4656,7 +4656,7 @@ dependencies = [
[[package]]
name = "roaring"
version = "0.10.6"
source = "git+https://github.com/RoaringBitmap/roaring-rs?branch=clone-iter-slice#348e58c2312fc37c0f351373cc7338cea86cf828"
source = "git+https://github.com/RoaringBitmap/roaring-rs?branch=clone-iter-slice#1b32c1efb345ea979da091aba320493447703ce9"
dependencies = [
"bytemuck",
"byteorder",