From 7d23d65e7222aec7e016d68ed20ee30f788b2b79 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 18 Jun 2021 16:29:14 +0000 Subject: fix(deps): update rust crate mimalloc to 0.1.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3