1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-03 22:20:48 +02:00

Remove unused atty dep in nu-table ()

# 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
Cargo.lock
crates/nu-table

1
Cargo.lock generated
View File

@ -3027,7 +3027,6 @@ dependencies = [
name = "nu-table" name = "nu-table"
version = "0.77.2" version = "0.77.2"
dependencies = [ dependencies = [
"atty",
"json_to_table", "json_to_table",
"nu-ansi-term", "nu-ansi-term",
"nu-color-config", "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" nu-ansi-term = "0.47.0"
atty = "0.2.14"
tabled = { version = "0.10.0", features = ["color"], default-features = false } tabled = { version = "0.10.0", features = ["color"], default-features = false }
json_to_table = { version = "0.3.1", features = ["color"] } json_to_table = { version = "0.3.1", features = ["color"] }
serde_json = "1" serde_json = "1"