diff --git a/Cargo.lock b/Cargo.lock index 53e7c1c8..f1e11ae3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -754,9 +754,9 @@ dependencies = [ [[package]] name = "jemallocator" -version = "0.5.0" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16c2514137880c52b0b4822b563fadd38257c1f380858addb74a400889696ea6" +checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc" dependencies = [ "jemalloc-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index b2a7095c..b0d3ecc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ name = "benchmark" harness = false [target.'cfg(all(target_env = "musl", target_pointer_width = "64"))'.dependencies.jemallocator] -version = "0.5.0" +version = "0.5.4" # Release(dist) binaries are setup for maximum runtime speed, at the cost of CI time [profile.dist]