update reedline version to latest main (#11490)

# Description
Update reedline version to fix
https://github.com/nushell/nushell/issues/11399
This commit is contained in:
WindSoilder 2024-01-06 07:19:43 +08:00 committed by GitHub
parent 5f7425a7b4
commit 6f59abaf43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -4375,12 +4375,12 @@ dependencies = [
[[package]]
name = "reedline"
version = "0.27.1"
source = "git+https://github.com/nushell/reedline.git?branch=main#a4bfaa512be8b7214b80c63327930155da86978a"
source = "git+https://github.com/nushell/reedline.git?branch=main#b68ce33c750b700bb4f8adccbc2e160d1b7c8742"
dependencies = [
"chrono",
"crossterm",
"fd-lock",
"itertools 0.10.5",
"itertools 0.12.0",
"nu-ansi-term",
"rusqlite",
"serde",