Bump reedline for recent completion fix (#15310)

Pulls in nushell/reedline#886

Related #13630
This commit is contained in:
Stefan Holderbach 2025-03-13 20:31:52 +01:00 committed by GitHub
parent 029f3843d3
commit 3dde851381
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
Cargo.lock generated
View File

@ -689,7 +689,7 @@ dependencies = [
"bitflags 2.6.0",
"cexpr",
"clang-sys",
"itertools 0.13.0",
"itertools 0.11.0",
"proc-macro2",
"quote",
"regex",
@ -5844,7 +5844,7 @@ dependencies = [
[[package]]
name = "reedline"
version = "0.38.0"
source = "git+https://github.com/nushell/reedline?branch=main#f12c4f16aaeff9fd62ca8b2c75606b40e32489c7"
source = "git+https://github.com/nushell/reedline?branch=main#dfdb167390bf9b550535cb8b5132e3122fd9f136"
dependencies = [
"arboard",
"chrono",
@ -8078,7 +8078,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
"windows-sys 0.48.0",
]
[[package]]