Blob Blame History Raw
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -93,7 +93,7 @@ version = "2.1"
 version = "0.4.21"
 
 [dependencies.lscolors]
-version = "0.16"
+version = "0.17"
 features = ["nu-ansi-term"]
 default-features = false
 
@@ -101,7 +101,7 @@ default-features = false
 version = "1.1.1"
 
 [dependencies.nu-ansi-term]
-version = "0.49"
+version = "0.50"
 
 [dependencies.regex]
 version = "1.9.6"
@@ -125,17 +125,11 @@ version = "3.3"
 version = "0.9"
 
 [features]
-base = ["use-jemalloc"]
+base = []
 completions = ["clap_complete"]
 default = [
-    "use-jemalloc",
     "completions",
 ]
-use-jemalloc = ["jemallocator"]
-
-[target."cfg(all(not(windows), not(target_os = \"android\"), not(target_os = \"macos\"), not(target_os = \"freebsd\"), not(target_os = \"openbsd\"), not(all(target_env = \"musl\", target_pointer_width = \"32\")), not(target_arch = \"riscv64\")))".dependencies.jemallocator]
-version = "0.5.4"
-optional = true
 
 [target."cfg(all(unix, not(target_os = \"redox\")))".dependencies.libc]
 version = "0.2"