From 7970e71bd45be997ba90d6d891eba7d21a4e9edf Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Mon, 10 Jan 2022 12:06:25 +1100 Subject: [PATCH] bump reedline (#712) --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 5a45c18338..3e557ea1d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2777,7 +2777,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.2.0" -source = "git+https://github.com/nushell/reedline?branch=main#373c76a383b9cde471671047f739e65477b80481" +source = "git+https://github.com/nushell/reedline?branch=main#a5b6cc079b83a777e119edccc066c97052f6a6e5" dependencies = [ "chrono", "crossterm",