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 | c329f110824d66814166e1714af6c3f1d1ae1af0 (patch) | |
| tree | 8a68412def647503ae0188bfce9c4c684e108752 | |
| 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-c329f110824d66814166e1714af6c3f1d1ae1af0.tar.xz whirl-c329f110824d66814166e1714af6c3f1d1ae1af0.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 7e85e37..0dbfb97 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" |