From 88c6fa993329fbc1de9b30c20c0bac2e0b6defdf Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Fri, 21 Oct 2022 03:04:54 -0400 Subject: [PATCH] Update reedline to fix history search filtering (#6835) https://github.com/nushell/nushell/pull/6802#issuecomment-1285826499 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index bba606c473..8b9392469f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4071,7 +4071,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.13.0" -source = "git+https://github.com/dandavison/reedline.git?branch=tab-inline-completion#2a8e6c7c3ae610e15c91ad24d45c5b2ad0a1615b" +source = "git+https://github.com/dandavison/reedline.git?branch=tab-inline-completion#5211f420e803ad8ea0479084155576b6d13ca40f" dependencies = [ "chrono", "crossterm 0.24.0",