mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
parent
87086262f3
commit
68d98fcf24
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3027,7 +3027,6 @@ dependencies = [
|
|||
name = "nu-table"
|
||||
version = "0.77.2"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"json_to_table",
|
||||
"nu-ansi-term",
|
||||
"nu-color-config",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue