aboutsummaryrefslogtreecommitdiff
path: root/crates
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
commitbf560a98b8e9fced0c64d2032ba4cc6075dc37b2 (patch)
treeca6238307efffc2d1fdea28ef66e8ad66a52598c /crates
parentMerge pull request #137 from Whirlsplash/renovate/structopt-0.x (diff)
downloadwhirl-bf560a98b8e9fced0c64d2032ba4cc6075dc37b2.tar.xz
whirl-bf560a98b8e9fced0c64d2032ba4cc6075dc37b2.zip
fix(deps): update rust crate mimalloc to 0.1.28
Diffstat (limited to 'crates')
-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 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"