From a7cc83b43ea6e4156f3b6b0e1ed31fcbbf8b8011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:15:56 +0000 Subject: [PATCH] chore(deps): bump mimalloc from 0.1.48 to 0.1.49 Bumps [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) from 0.1.48 to 0.1.49. - [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases) - [Commits](https://github.com/purpleprotocol/mimalloc_rust/compare/v0.1.48...v0.1.49) --- updated-dependencies: - dependency-name: mimalloc dependency-version: 0.1.49 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 b5b5d15..392cfb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -364,12 +364,11 @@ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" [[package]] name = "libmimalloc-sys" -version = "0.1.44" +version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870" +checksum = "bc89deee4af0429081d2a518c0431ae068222a5a262a3bc6ff4d8535ec2e02fe" dependencies = [ "cc", - "libc", ] [[package]] @@ -392,9 +391,9 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "mimalloc" -version = "0.1.48" +version = "0.1.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8" +checksum = "aca3c01a711f395b4257b81674c0e90e8dd1f1e62c4b7db45f684cc7a4fcb18a" dependencies = [ "libmimalloc-sys", ] diff --git a/Cargo.toml b/Cargo.toml index e5b2c4b..8c79393 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ default-run = "rgrc" [dependencies] regex-lite = "^0.1.9" -mimalloc = "^0.1.43" +mimalloc = "^0.1.49" fancy-regex = { version = "0.17", optional = true } [dev-dependencies]