Pin to nu-ansi-term 0.47 (#8440)

# Description

Update reedline to a commit that uses the same version as we share types

# User-Facing Changes

(-)

# Tests + Formatting

Build check
This commit is contained in:
Stefan Holderbach
2023-03-13 23:38:18 +01:00
committed by GitHub
parent 86faf753bd
commit 4eec4a27c7
9 changed files with 13 additions and 12 deletions

View File

@ -12,7 +12,7 @@ version = "0.76.1"
bench = false
[dependencies]
nu-ansi-term = "0.46.0"
nu-ansi-term = "0.47.0"
nu-color-config = { path = "../nu-color-config", version = "0.76.1" }
nu-engine = { path = "../nu-engine", version = "0.76.1" }
nu-parser = { path = "../nu-parser", version = "0.76.1" }