Bump reedline to 0.41.0 (#16220)

This commit is contained in:
Stefan Holderbach
2025-07-22 13:57:19 +02:00
committed by GitHub
parent 30c38b8c49
commit 324aaef0af
2 changed files with 5 additions and 4 deletions

5
Cargo.lock generated
View File

@ -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",

View File

@ -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`