From bdf63420d1d2eaf7e6f3aff81f950fafa272d76b Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Thu, 7 Nov 2024 07:15:57 -0600 Subject: [PATCH] update reedline to the latest commit (#14281) # Description This PR updates reedline to the latest commit. 7a1b344a. # 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 62870922e4..e7707cea43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5179,7 +5179,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.36.0" -source = "git+https://github.com/nushell/reedline?branch=main#9cb1128aaab8f5c19ec37b94ac1a86a91915827f" +source = "git+https://github.com/nushell/reedline?branch=main#7a1b344a9f6314bc801bf82f42bf739a11a78fe3" dependencies = [ "arboard", "chrono",