From ba919b6123d592912b529788eec0ae4479a1b304 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Fri, 28 Jul 2023 20:35:47 -0700 Subject: [PATCH] fix: :arrow_up: up mimalloc --- benchmarks/Cargo.toml | 2 +- meilisearch/Cargo.toml | 2 +- milli/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index aa4229e05..a71f3d9b2 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -14,7 +14,7 @@ license.workspace = true anyhow = "1.0.70" csv = "1.2.1" milli = { path = "../milli" } -mimalloc = { version = "0.1.36", default-features = false } +mimalloc = { version = "0.1.37", default-features = false } serde_json = { version = "1.0.95", features = ["preserve_order"] } [dev-dependencies] diff --git a/meilisearch/Cargo.toml b/meilisearch/Cargo.toml index 72c6e27e1..cd907beda 100644 --- a/meilisearch/Cargo.toml +++ b/meilisearch/Cargo.toml @@ -56,7 +56,7 @@ lazy_static = "1.4.0" log = "0.4.17" meilisearch-auth = { path = "../meilisearch-auth" } meilisearch-types = { path = "../meilisearch-types" } -mimalloc = { version = "0.1.36", default-features = false } +mimalloc = { version = "0.1.37", default-features = false } mime = "0.3.17" num_cpus = "1.15.0" obkv = "0.2.0" diff --git a/milli/Cargo.toml b/milli/Cargo.toml index 80b0a5f86..66c8d180f 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -76,7 +76,7 @@ logging_timer = "1.1.0" csv = "1.2.1" [dev-dependencies] -mimalloc = { version = "0.1.29", default-features = false } +mimalloc = { version = "0.1.37", default-features = false } big_s = "1.0.2" insta = "1.29.0" maplit = "1.0.2"