diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-03-11 12:39:07 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-11 12:39:07 +0000 |
| commit | 14e0f902ac235ef29adf0208e9c4347dea6f85d5 (patch) | |
| tree | b99669931c748aa6fc2d11927917a2ee845426b1 | |
| parent | Merge pull request #149 from Whirlsplash/renovate/commitlint-monorepo (diff) | |
| parent | fix(deps): update rust crate mimalloc to 0.1.28 (diff) | |
| download | whirl-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.toml | 2 |
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" |