From 13a4474512fc5eabcde1e00265995b603e8a77a2 Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Wed, 28 Sep 2022 12:02:39 +1300 Subject: [PATCH] Update Cargo.toml --- crates/nu-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index 4418880d82..b0cf8f6e94 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -20,7 +20,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.69.0" } nu-utils = { path = "../nu-utils", version = "0.69.0" } nu-ansi-term = "0.46.0" nu-color-config = { path = "../nu-color-config", version = "0.69.0" } -reedline = { version = "0.11.0", features = ["bashisms", "sqlite"]} +reedline = { version = "0.12.0", features = ["bashisms", "sqlite"]} atty = "0.2.14" chrono = "0.4.21"