From 658c3f4f99904ce5babbefb618d562d01903dd73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:04:35 +0000 Subject: [PATCH] chore(deps): bump mimalloc from 0.1.48 to 0.1.50 Bumps [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) from 0.1.48 to 0.1.50. - [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases) - [Commits](https://github.com/purpleprotocol/mimalloc_rust/compare/v0.1.48...v0.1.50) --- updated-dependencies: - dependency-name: mimalloc dependency-version: 0.1.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e93a85a..46df17d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3581,12 +3581,11 @@ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" [[package]] name = "libmimalloc-sys" -version = "0.1.44" +version = "0.1.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870" +checksum = "2d1eacfa31c33ec25e873c136ba5669f00f9866d0688bea7be4d3f7e43067df6" dependencies = [ "cc", - "libc", ] [[package]] @@ -3770,9 +3769,9 @@ dependencies = [ [[package]] name = "mimalloc" -version = "0.1.48" +version = "0.1.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8" +checksum = "b3627c4272df786b9260cabaa46aec1d59c93ede723d4c3ef646c503816b0640" dependencies = [ "libmimalloc-sys", ] diff --git a/Cargo.toml b/Cargo.toml index b1477b8f..5f73e4f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ parquet_derive = { version = "57.1" } parquet = { version = "57.1" } arrow = { version = "57.1" } -mimalloc = { version = "0.1.46", features = ["secure"] } +mimalloc = { version = "0.1.50", features = ["secure"] } thiserror = "2" insta = { version = "1.34.0" } bon = "3.8.1"