Remove unused atty dep in nu-table (#8716)

# Description

nfm
This commit is contained in:
Stefan Holderbach
2023-04-02 20:30:36 +02:00
committed by GitHub
parent 87086262f3
commit 68d98fcf24
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@ nu-color-config = { path = "../nu-color-config", version = "0.77.2" }
nu-ansi-term = "0.47.0"
atty = "0.2.14"
tabled = { version = "0.10.0", features = ["color"], default-features = false }
json_to_table = { version = "0.3.1", features = ["color"] }
serde_json = "1"