Update roaring

This commit is contained in:
ManyTheFish 2022-10-19 14:25:43 +02:00
parent 506d08a9f4
commit c02ae4dfc0
2 changed files with 3 additions and 14 deletions

View file

@ -40,7 +40,7 @@ rand = "0.8.5"
rayon = "1.5.3"
regex = "1.6.0"
reqwest = { version = "0.11.12", features = ["json", "rustls-tls"], default-features = false, optional = true }
roaring = "0.9.0"
roaring = "0.10.1"
rustls = "0.20.6"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = { version = "1.0.85", features = ["preserve_order"] }