Switch from simd-json back to serde_json

If I remember correctly, there wasn't any significant performance
improvement, but I might be misremembering.
This commit is contained in:
Joscha 2024-06-27 21:51:29 +02:00
parent 7a52c818fb
commit 32ce86682c
4 changed files with 2 additions and 328 deletions

View file

@ -9,4 +9,3 @@ csv = "1.3.0"
rustc-hash = "2.0.0"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.118"
simd-json = "0.13.10"