diff options
| author | Renovate Bot <[email protected]> | 2022-02-15 17:02:23 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-02-15 17:02:23 +0000 |
| commit | adc500c9681b58e4dae76656e02a1d2a6ec99b80 (patch) | |
| tree | 8cc28a4f0861cba8b6da45cff112ca6908644359 | |
| parent | Merge pull request #137 from Whirlsplash/renovate/structopt-0.x (diff) | |
| download | whirl-adc500c9681b58e4dae76656e02a1d2a6ec99b80.tar.xz whirl-adc500c9681b58e4dae76656e02a1d2a6ec99b80.zip | |
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" |