fix: ⬆️ up mimalloc

This commit is contained in:
ThatOneCalculator 2023-07-28 20:35:47 -07:00
parent 2dfbb6813a
commit ba919b6123
No known key found for this signature in database
GPG key ID: 8703CACD01000000
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ license.workspace = true
anyhow = "1.0.70"
csv = "1.2.1"
milli = { path = "../milli" }
mimalloc = { version = "0.1.36", default-features = false }
mimalloc = { version = "0.1.37", default-features = false }
serde_json = { version = "1.0.95", features = ["preserve_order"] }
[dev-dependencies]