Update dependencies, use tikv-jemallocator (#73)

Signed-off-by: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
This commit is contained in:
Jan Alexander Steffens
2021-10-26 09:54:56 +02:00
committed by GitHub
parent 83e8dedfa9
commit 4c7316311b
6 changed files with 163 additions and 159 deletions

View File

@@ -11,7 +11,6 @@ edition = "2018"
[dependencies]
clap = "2.33.0"
indicatif = "0.16.0"
jemallocator = "0.3.2"
openssl = "0.10.32"
postgres = "0.19.0"
postgres-openssl = "0.5.0"
@@ -34,7 +33,11 @@ crate-type = ["cdylib", "rlib"]
version = "0.14.1"
features = ["extension-module","abi3-py36"]
[dependencies.tikv-jemallocator]
version = "0.4.1"
optional = true
[features]
default = ["jemalloc"]
jemalloc = []
jemalloc = ["tikv-jemallocator"]
no-progress-bars = []