From eec8645b9cbce209bde9c5629cadc324a92cd80a Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:54:14 -0400 Subject: [PATCH] update to latest reedline 455b9a3 (#12630) # Description This PR updates to the latest main branch in the reedline repo in order to test the latest reedline changes. # 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 865c4bd112..bf538c5846 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4850,7 +4850,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.31.0" -source = "git+https://github.com/nushell/reedline?branch=main#cc9a957184800065bbc9741ef483a2dee19c2106" +source = "git+https://github.com/nushell/reedline?branch=main#455b9a3a22f3840719d993ea715b57790a77b509" dependencies = [ "arboard", "chrono",