From adc500c9681b58e4dae76656e02a1d2a6ec99b80 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Feb 2022 17:02:23 +0000 Subject: fix(deps): update rust crate mimalloc to 0.1.28 --- crates/whirl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index eac59d9..8b4592b 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -56,7 +56,7 @@ whirl_server = { path = "../whirl_server" } # Allocator [target.'cfg(windows)'.dependencies] -mimalloc = { version = "0.1.26", default-features = false } +mimalloc = { version = "0.1.28", default-features = false } [target.'cfg(unix)'.dependencies] jemallocator = "0.3.2" -- cgit v1.2.3