From 636daa076f544f33b1513ded0d57b5ee372e6360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 07:58:46 +0200 Subject: [PATCH] chore: bump mimalloc from 0.1.39 to 0.1.41 in /src/rust (#1055) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/rust/Cargo.lock | 8 ++++---- src/rust/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index aa0039e70..5659eeab0 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -963,9 +963,9 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "libmimalloc-sys" -version = "0.1.35" +version = "0.1.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664" +checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7" dependencies = [ "cc", "libc", @@ -1074,9 +1074,9 @@ dependencies = [ [[package]] name = "mimalloc" -version = "0.1.39" +version = "0.1.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c" +checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d" dependencies = [ "libmimalloc-sys", ] diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index f83231479..769efc6b6 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -21,7 +21,7 @@ rpolars_debug_print = [] [workspace] # prevents package from thinking it's in the workspace [target.'cfg(any(not(target_os = "linux"), use_mimalloc))'.dependencies] -mimalloc = { version = "0.1.34", default-features = false } +mimalloc = { version = "0.1.41", default-features = false } [target.'cfg(all(target_os = "linux", not(use_mimalloc)))'.dependencies] jemallocator = { version = "0.5.0", features = ["disable_initial_exec_tls"] }