From 324aaef0af4c6c23211bc990763a3da117017932 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Tue, 22 Jul 2025 13:57:19 +0200 Subject: [PATCH] Bump reedline to 0.41.0 (#16220) --- Cargo.lock | 5 +++-- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88d3dcee3a..c229ef2a4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6043,8 +6043,9 @@ dependencies = [ [[package]] name = "reedline" -version = "0.40.0" -source = "git+https://github.com/nushell/reedline?branch=main#405299b94b4cde1665d509f9e2ae9f5048fa5a76" +version = "0.41.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b627c435d0189363b15f885f1b07193d310ec9e4e39c5627951c6e0f4d02c93a" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f22d1dd0d4..65dc943103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -141,7 +141,7 @@ getrandom = "0.2" # pick same version that rand requires rand_chacha = "0.9" ratatui = "0.29" rayon = "1.10" -reedline = "0.40.0" +reedline = "0.41.0" rmp = "0.8" rmp-serde = "1.3" roxmltree = "0.20" @@ -337,7 +337,7 @@ bench = false # To use a development version of a dependency please use a global override here # changing versions in each sub-crate of the workspace is tedious [patch.crates-io] -reedline = { git = "https://github.com/nushell/reedline", branch = "main" } +# reedline = { git = "https://github.com/nushell/reedline", branch = "main" } # nu-ansi-term = {git = "https://github.com/nushell/nu-ansi-term.git", branch = "main"} # Run all benchmarks with `cargo bench`