remove unused dependencies (#2520)

* remove unused dependencies

* moved umask to cfg(unix)

* changed Inflector to inflector, hoping it fixes the issue.

* roll back Inflector

* removed commented out deps now that everything looks good.
This commit is contained in:
Darren Schroeder
2020-09-09 13:57:51 -05:00
committed by GitHub
parent 2eb4f8d28a
commit a63a5adafa
9 changed files with 1 additions and 259 deletions

View File

@ -16,7 +16,6 @@ indexmap = { version = "1.6.0", features = ["serde-1"] }
log = "0.4.11"
num-bigint = { version = "0.2.6", features = ["serde"] }
num-traits = "0.2.12"
parking_lot = "0.11.0"
serde = "1.0.115"
shellexpand = "2.0.0"