summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-01-05 08:33:43 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-01-05 08:33:43 -0500
commit2e207833bc3844e30f9bbd02f8dd193f26c8b54f (patch)
treec372330ae7ff9badf4ccb367637e4e0ea652c9c5 /Cargo.toml
parent92b35a65f8eabab9c594d0abbba48a0a97dde741 (diff)
deps: upgrade to jemallocator 0.5
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a5ad0f6f..d9ab05a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"