aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-03-11 12:39:07 +0000
committerGitHub <[email protected]>2022-03-11 12:39:07 +0000
commit14e0f902ac235ef29adf0208e9c4347dea6f85d5 (patch)
treeb99669931c748aa6fc2d11927917a2ee845426b1
parentMerge pull request #149 from Whirlsplash/renovate/commitlint-monorepo (diff)
parentfix(deps): update rust crate mimalloc to 0.1.28 (diff)
downloadwhirl-14e0f902ac235ef29adf0208e9c4347dea6f85d5.tar.xz
whirl-14e0f902ac235ef29adf0208e9c4347dea6f85d5.zip
Merge pull request #150 from Whirlsplash/renovate/mimalloc-0.x
fix(deps): update rust crate mimalloc to 0.1.28
-rw-r--r--crates/whirl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"