mirror of
https://github.com/nushell/nushell
synced 2025-01-26 03:45:19 +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"
|
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",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue