deps: upgrade to jemallocator 0.5

This commit is contained in:
Andrew Gallant
2023-01-05 08:33:43 -05:00
parent 92b35a65f8
commit 2e207833bc
2 changed files with 5 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ default-features = false
features = ["suggestions"]
[target.'cfg(all(target_env = "musl", target_pointer_width = "64"))'.dependencies.jemallocator]
version = "0.3.0"
version = "0.5.0"
[build-dependencies]
lazy_static = "1.1.0"