aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-06-18 16:42:05 +0000
committerRenovate Bot <[email protected]>2021-06-18 16:42:05 +0000
commitc61cabeb11461820ab43f4743bc5eae90486794c (patch)
tree5bee26d2a69cae6ebcd590e501a7fe64435ba685
parentfeat(config): create `version` key (diff)
downloadwhirl-c61cabeb11461820ab43f4743bc5eae90486794c.tar.xz
whirl-c61cabeb11461820ab43f4743bc5eae90486794c.zip
fix(deps): update rust crate mimalloc to 0.1.26
-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 f442873..8fcab37 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -60,7 +60,7 @@ whirl_server = { path = "../whirl_server" }
# Allocator
[target.'cfg(windows)'.dependencies]
-mimalloc = { version = "0.1.25", default-features = false }
+mimalloc = { version = "0.1.26", default-features = false }
[target.'cfg(unix)'.dependencies]
jemallocator = "0.3.2"