aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-18 17:33:52 +0000
committerFuwn <[email protected]>2021-06-18 17:33:52 +0000
commit08f5a9033913cce677b2de07a8daf90abedc624b (patch)
tree32ecfbdf064958958c52b54c2706a84b9857f5aa
parentMerge pull request #5 from fuwn/renovate/tokio-1.x (diff)
parentfix(deps): update rust crate mimalloc to 0.1.26 (diff)
downloadnitrous-08f5a9033913cce677b2de07a8daf90abedc624b.tar.xz
nitrous-08f5a9033913cce677b2de07a8daf90abedc624b.zip
Merge pull request #6 from fuwn/renovate/mimalloc-0.x
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"