aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-02-15 17:24:46 +0000
committerRenovate Bot <[email protected]>2022-02-15 17:24:46 +0000
commitb58c5ec9e76848f0d8a9e08bf1f90ce81a609668 (patch)
tree047ada3f28c1b894b9cbbdc6aabea513efc60acb
parentMerge pull request #35 from Fuwn/renovate/tokio-1.x (diff)
downloadnitrous-b58c5ec9e76848f0d8a9e08bf1f90ce81a609668.tar.xz
nitrous-b58c5ec9e76848f0d8a9e08bf1f90ce81a609668.zip
fix(deps): update rust crate mimalloc to 0.1.28
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b3564aa..a4bebc5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ tokio = { version = "1.16.1", features = ["full"] }
# Allocator
[target.'cfg(target_family = "windows")'.dependencies]
-mimalloc = { version = "0.1.26", default-features = false }
+mimalloc = { version = "0.1.28", default-features = false }
[target.'cfg(target_family = "unix")'.dependencies]
jemallocator = "0.3.2"