Bump reedline to 0.32.0 (#12708)

# Description

Follow `reedline` release to `0.32.0`, disable crates.io git patch
This commit is contained in:
Devyn Cairns 2024-04-30 15:32:54 -07:00 committed by GitHub
parent 38bf3f6e1b
commit 16799a1d78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

5
Cargo.lock generated
View file

@ -4878,8 +4878,9 @@ dependencies = [
[[package]] [[package]]
name = "reedline" name = "reedline"
version = "0.31.0" version = "0.32.0"
source = "git+https://github.com/nushell/reedline?branch=main#4cf8c75d68ccb51451dc483b07dbf3d30ab1da10" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abf59e4c97b5049ba96b052cdb652368305a2eddcbce9bf1c16f9d003139eeea"
dependencies = [ dependencies = [
"arboard", "arboard",
"chrono", "chrono",

View file

@ -131,7 +131,7 @@ quickcheck_macros = "1.0"
rand = "0.8" rand = "0.8"
ratatui = "0.26" ratatui = "0.26"
rayon = "1.10" rayon = "1.10"
reedline = "0.31.0" reedline = "0.32.0"
regex = "1.9.5" regex = "1.9.5"
rmp = "0.8" rmp = "0.8"
rmp-serde = "1.2" rmp-serde = "1.2"
@ -304,7 +304,7 @@ bench = false
# To use a development version of a dependency please use a global override here # 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 # changing versions in each sub-crate of the workspace is tedious
[patch.crates-io] [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"} # nu-ansi-term = {git = "https://github.com/nushell/nu-ansi-term.git", branch = "main"}
# Run all benchmarks with `cargo bench` # Run all benchmarks with `cargo bench`