Use a nonrandom hasher when decoding NDJSON

This commit is contained in:
Kerollmops 2024-12-11 12:02:38 +01:00
parent 69c931334f
commit 93fbdc06d3
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
3 changed files with 8 additions and 5 deletions

View file

@ -26,6 +26,7 @@ memmap2 = "0.9.4"
milli = { path = "../milli" }
bumparaw-collections = "0.1.2"
roaring = { version = "0.10.7", features = ["serde"] }
rustc-hash = "2.1.0"
serde = { version = "1.0.204", features = ["derive"] }
serde-cs = "0.2.4"
serde_json = "1.0.120"