diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |