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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -3027,7 +3027,6 @@ dependencies = [
name = "nu-table"
version = "0.77.2"
dependencies = [
"atty",
"json_to_table",
"nu-ansi-term",
"nu-color-config",

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"