Pin reedline to new 0.15 for release (#7918)

# Description

See release notes:

https://github.com/nushell/reedline/releases/tag/v0.15.0
This commit is contained in:
Stefan Holderbach
2023-01-30 22:59:15 +01:00
committed by GitHub
parent f74694d5a3
commit ad14b763f9
4 changed files with 7 additions and 6 deletions

View File

@ -92,7 +92,7 @@ url = "2.2.1"
percent-encoding = "2.2.0"
uuid = { version = "1.2.2", features = ["v4"] }
which = { version = "4.3.0", optional = true }
reedline = { version = "0.14.0", features = ["bashisms", "sqlite"] }
reedline = { version = "0.15.0", features = ["bashisms", "sqlite"] }
wax = { version = "0.5.0" }
rusqlite = { version = "0.28.0", features = ["bundled"], optional = true }
sqlparser = { version = "0.30.0", features = ["serde"], optional = true }