From 903195d39128bebdb1159d988546446fd060b1d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:16:52 +0300 Subject: [PATCH] Update Rust crate mimalloc to v0.1.43 (#15582) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mimalloc](https://togithub.com/purpleprotocol/mimalloc_rust) | dependencies | patch | `0.1.41` -> `0.1.43` | --- ### Release Notes
purpleprotocol/mimalloc_rust (mimalloc) ### [`v0.1.43`](https://togithub.com/purpleprotocol/mimalloc_rust/releases/tag/v0.1.43): Version 0.1.43 [Compare Source](https://togithub.com/purpleprotocol/mimalloc_rust/compare/v0.1.42...v0.1.43) ##### Changes - Mimalloc `v2.1.7` - Fix static builds (credits [@​BlackDex](https://togithub.com/BlackDex)) ### [`v0.1.42`](https://togithub.com/purpleprotocol/mimalloc_rust/releases/tag/v0.1.42): Version 0.1.42 [Compare Source](https://togithub.com/purpleprotocol/mimalloc_rust/compare/v0.1.41...v0.1.42) ##### Changes - MiMalloc `v2.1.6` - Expose `usable_size` and `version`. Credits [@​nathaniel-daniel](https://togithub.com/nathaniel-daniel). - Link with libatomic on armv6-linux. Credits [@​notorca](https://togithub.com/notorca). - Add no_thp option for Linux/Android. Credits [@​devnexen](https://togithub.com/devnexen).
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a4ec81594..484592ee60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6212,9 +6212,9 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "libmimalloc-sys" -version = "0.1.37" +version = "0.1.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7" +checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44" dependencies = [ "cc", "libc", @@ -6617,9 +6617,9 @@ dependencies = [ [[package]] name = "mimalloc" -version = "0.1.41" +version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d" +checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633" dependencies = [ "libmimalloc-sys", ]