diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2023-01-21 09:53:13 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2023-01-21 14:05:22 +0200 |
| commit | c5a182c56b64c97da0984403fa444685fe63032b (patch) | |
| tree | 839f00a768da0e946bcd9bcbd260938ba5a87968 | |
| parent | 7bbe4c299ca48f1d32fb48fa745c1bf23f494055 (diff) | |
| download | rust-c5a182c56b64c97da0984403fa444685fe63032b.tar.gz rust-c5a182c56b64c97da0984403fa444685fe63032b.zip | |
Bump mimalloc
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index af1d92168aa..af13703db5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -887,11 +887,12 @@ dependencies = [ [[package]] name = "libmimalloc-sys" -version = "0.1.26" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fc093ab289b0bfda3aa1bdfab9c9542be29c7ef385cfcbe77f8c9813588eb48" +checksum = "dd8c7cbf8b89019683667e347572e6d55a7df7ea36b0c4ce69961b0cde67b174" dependencies = [ "cc", + "libc", ] [[package]] @@ -991,9 +992,9 @@ dependencies = [ [[package]] name = "mimalloc" -version = "0.1.30" +version = "0.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76ce6a4b40d3bff9eb3ce9881ca0737a85072f9f975886082640cd46a75cdb35" +checksum = "9dcb174b18635f7561a0c6c9fc2ce57218ac7523cf72c50af80e2d79ab8f3ba1" dependencies = [ "libmimalloc-sys", ] |
