aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-06-18 16:29:14 +0000
committerRenovate Bot <[email protected]>2021-06-18 16:29:14 +0000
commit7d23d65e7222aec7e016d68ed20ee30f788b2b79 (patch)
tree32ecfbdf064958958c52b54c2706a84b9857f5aa
parentMerge pull request #5 from fuwn/renovate/tokio-1.x (diff)
downloadnitrous-7d23d65e7222aec7e016d68ed20ee30f788b2b79.tar.xz
nitrous-7d23d65e7222aec7e016d68ed20ee30f788b2b79.zip
fix(deps): update rust crate mimalloc to 0.1.26
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 569263f..1389c9c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ tokio = { version = "1.7.0", features = ["full"] }
# Allocator
[target.'cfg(target_family = "windows")'.dependencies]
-mimalloc = { version = "0.1.25", default-features = false }
+mimalloc = { version = "0.1.26", default-features = false }
[target.'cfg(target_family = "unix")'.dependencies]
jemallocator = "0.3.2"