From 58c4d36d6aa93da093e24ff9a60cdf9bdb06c73c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 22:25:36 +0000 Subject: [PATCH] Update Rust crate mimalloc to 0.1.41 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b09a024..0afc604 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ linked-hash-map = "0.5.4" liquid = "0.26.0" liquid-core = "0.26.0" liquid-lib = { version = "0.26.0", features = ["stdlib", "jekyll", "shopify", "extra"] } -mimalloc = { version = "0.1.28", default-features = false } +mimalloc = { version = "0.1.41", default-features = false } run_script = "0.9.0" serde = "1.0.136" serde_yaml = "0.8.23"