From 955d602c3c633fc79e73d936bf8d90cb00b1f81c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:11:49 +0000 Subject: [PATCH] chore(deps): Update nushell --- crates/completest-nu/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/crates/completest-nu/Cargo.toml b/crates/completest-nu/Cargo.toml index 98bbfa2..2c576e3 100644 --- a/crates/completest-nu/Cargo.toml +++ b/crates/completest-nu/Cargo.toml @@ -26,13 +26,13 @@ pre-release-replacements = [ [dependencies] completest = { version = "0.4.0", path = "../../" } dunce = "1.0.5" -nu-cli = "0.88.1" -nu-command = "0.88.1" -nu-parser = "0.88.1" -nu-protocol = "0.88.1" -nu-test-support = "0.88.1" -nu-cmd-lang = "0.88.1" -reedline = "0.27.1" +nu-cli = "0.107.0" +nu-command = "0.107.0" +nu-parser = "0.107.0" +nu-protocol = "0.107.0" +nu-test-support = "0.107.0" +nu-cmd-lang = "0.107.0" +reedline = "0.42.0" [dev-dependencies]