From 25b856b04df02845891978b699fc9632e61a7ec5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 02:55:32 +0000 Subject: [PATCH] chore(deps): update rust crate mimalloc to v0.1.52 --- Cargo.lock | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1af253b24b0..693d6a6dd23f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4284,12 +4284,11 @@ dependencies = [ [[package]] name = "libmimalloc-sys" -version = "0.1.44" +version = "0.1.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870" +checksum = "6a45a52f43e1c16f667ccfe4dd8c85b7f7c204fd5e3bf46c5b0db9a5c3c0b8e9" dependencies = [ "cc", - "libc", ] [[package]] @@ -4411,9 +4410,9 @@ dependencies = [ [[package]] name = "mimalloc" -version = "0.1.48" +version = "0.1.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8" +checksum = "2d4139bb28d14ad1facf21d5eb8825051b326e172d216b39f6d31df53cc97862" dependencies = [ "libmimalloc-sys", ] diff --git a/Cargo.toml b/Cargo.toml index b8e56618f2bd..0ab2c6295dba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -136,7 +136,7 @@ libc = "0.2.189" # mimalloc is pinned because of bug that causes access violation crashes on windows arm 64 # See: https://github.com/biomejs/biome/issues/10270 # See: https://github.com/biomejs/biome/issues/11242 -mimalloc = "=0.1.48" +mimalloc = "=0.1.52" notify = "8.2.0" papaya = "0.2.4" path-absolutize = { version = "3.1.1", features = ["use_unix_paths_on_wasm"], optional = false }