From 1e453020b6d55f79925c2fba048cd318c6b045bd Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Wed, 24 Apr 2024 08:40:04 -0400 Subject: [PATCH] update to latest reedline (#12644) # Description Update to latest reedline main branch 4cf8c75d for testing before release. # User-Facing Changes # Tests + Formatting # After Submitting --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86e59c7746..2606d1ec08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -398,7 +398,7 @@ dependencies = [ "bitflags 2.5.0", "cexpr", "clang-sys", - "itertools 0.12.1", + "itertools 0.11.0", "lazy_static", "lazycell", "proc-macro2", @@ -4837,7 +4837,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.31.0" -source = "git+https://github.com/nushell/reedline?branch=main#455b9a3a22f3840719d993ea715b57790a77b509" +source = "git+https://github.com/nushell/reedline?branch=main#4cf8c75d68ccb51451dc483b07dbf3d30ab1da10" dependencies = [ "arboard", "chrono",