aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-11 12:30:41 +0000
committerFuwn <[email protected]>2022-03-11 12:30:41 +0000
commit1c08742d15ab83f06fbd7e2b45e5ec02eec5bb9f (patch)
treeb34facd6279d4f6cd18cf0908e1fb00374064762
parentMerge pull request #36 from Fuwn/renovate/rand-0.x (diff)
parentfix(deps): update rust crate mimalloc to 0.1.28 (diff)
downloadnitrous-1c08742d15ab83f06fbd7e2b45e5ec02eec5bb9f.tar.xz
nitrous-1c08742d15ab83f06fbd7e2b45e5ec02eec5bb9f.zip
Merge pull request #30 from Fuwn/renovate/mimalloc-0.x
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 f2faf11..d3908f5 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"