Bump some deps (#306)

This commit is contained in:
JT
2021-11-08 11:09:30 +13:00
committed by GitHub
parent 19645575d6
commit fcee3c65bd
3 changed files with 36 additions and 12 deletions

View File

@ -11,5 +11,5 @@ nu-protocol = { path = "../nu-protocol" }
miette = { version = "3.0.0", features = ["fancy"] }
thiserror = "1.0.29"
nu-ansi-term = "0.36.0"
nu-ansi-term = "0.39.0"
reedline = { git = "https://github.com/nushell/reedline", branch = "main" }

View File

@ -12,7 +12,7 @@ name = "table"
path = "src/main.rs"
[dependencies]
nu-ansi-term = "0.36.0"
nu-ansi-term = "0.39.0"
regex = "1.4"
unicode-width = "0.1.8"