diff options
| author | Renovate Bot <[email protected]> | 2022-02-15 17:24:46 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-02-15 17:24:46 +0000 |
| commit | b58c5ec9e76848f0d8a9e08bf1f90ce81a609668 (patch) | |
| tree | 047ada3f28c1b894b9cbbdc6aabea513efc60acb | |
| parent | Merge pull request #35 from Fuwn/renovate/tokio-1.x (diff) | |
| download | nitrous-b58c5ec9e76848f0d8a9e08bf1f90ce81a609668.tar.xz nitrous-b58c5ec9e76848f0d8a9e08bf1f90ce81a609668.zip | |
fix(deps): update rust crate mimalloc to 0.1.28
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |