From 8979e3f5bfffa98f43de95e485581dba8a7bb2df Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Fri, 11 Jul 2025 06:51:23 -0500 Subject: [PATCH] update to latest reedline (#16156) # Description This updates to the latest reedline 405299b to include https://github.com/nushell/reedline/pull/898 for dogfooding. # User-Facing Changes # Tests + Formatting # After Submitting --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index e0e47ada8a..64b6b55d33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5956,7 +5956,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.40.0" -source = "git+https://github.com/nushell/reedline?branch=main#e4221b954ccc04940f3ed505ed4984d92fbe1f4c" +source = "git+https://github.com/nushell/reedline?branch=main#405299b94b4cde1665d509f9e2ae9f5048fa5a76" dependencies = [ "arboard", "chrono",