aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-02-15 17:02:23 +0000
committerRenovate Bot <[email protected]>2022-02-15 17:02:23 +0000
commitadc500c9681b58e4dae76656e02a1d2a6ec99b80 (patch)
tree8cc28a4f0861cba8b6da45cff112ca6908644359
parentMerge pull request #137 from Whirlsplash/renovate/structopt-0.x (diff)
downloadwhirl-adc500c9681b58e4dae76656e02a1d2a6ec99b80.tar.xz
whirl-adc500c9681b58e4dae76656e02a1d2a6ec99b80.zip
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"