From 20f3b8b27418ca1c3b1803e9352345e40ec8b171 Mon Sep 17 00:00:00 2001 From: Stefan Stanciulescu Date: Wed, 3 Nov 2021 10:41:01 +0100 Subject: [PATCH] Remove unnecessary crate imports --- crates/nu-command/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index b822e6084e..99d13d33c3 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -22,10 +22,6 @@ unicode-segmentation = "1.8.0" glob = "0.3.0" thiserror = "1.0.29" sysinfo = "0.20.4" -bigdecimal = { package = "bigdecimal-rs", version = "0.2.1", features = ["serde"] } -num-bigint = { version="0.3.1", features=["serde"] } -num-format = { version="0.4.0", features=["with-num-bigint"] } -num-traits = "0.2.14" chrono = { version = "0.4.19", features = ["serde"] } chrono-humanize = "0.2.1" chrono-tz = "0.6.0"