From 80a66645d6e7732ab9fee6f5aca51a3b5dc5ad21 Mon Sep 17 00:00:00 2001 From: Laiho Date: Wed, 29 Nov 2023 22:55:17 +0200 Subject: [PATCH] rm useless dep --- src/parser/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/parser/Cargo.toml b/src/parser/Cargo.toml index 65b24e44..61e2730d 100644 --- a/src/parser/Cargo.toml +++ b/src/parser/Cargo.toml @@ -21,8 +21,6 @@ libc = "0.2.147" rayon = "1.7.0" protobuf-support = "3.3.0" proc-macro2 = "1.0.69" -mimalloc = "0.1.39" -stats_alloc = "0.1.10" [dependencies.csgoproto]