Bump the roaring to 0.6.4

This commit is contained in:
Kerollmops
2021-01-26 14:38:43 +01:00
parent 916dd3b7c5
commit 61dbcfa44a
3 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ ordered-float = { version = "2.0.0", features = ["serde"] }
rayon = "1.3.1"
regex = "1.4.2"
ringtail = "0.3.0"
roaring = "0.6.1"
roaring = "0.6.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0.59", features = ["preserve_order"] }
slice-group-by = "0.2.6"