Pin reedline to 0.19.0 release (#8996)

# Description
See release notes:

https://github.com/nushell/reedline/releases/tag/v0.19.0
This commit is contained in:
Stefan Holderbach
2023-04-25 20:58:33 +02:00
committed by GitHub
parent 78b227d1ef
commit 5a4b6f0f7f
3 changed files with 6 additions and 5 deletions

View File

@ -24,7 +24,7 @@ nu-utils = { path = "../nu-utils", version = "0.78.1" }
nu-color-config = { path = "../nu-color-config", version = "0.78.1" }
nu-ansi-term = "0.47.0"
reedline = { version = "0.18.0", features = ["bashisms", "sqlite"]}
reedline = { version = "0.19.0", features = ["bashisms", "sqlite"]}
atty = "0.2.14"
chrono = { default-features = false, features = ["std"], version = "0.4.23" }