diff --git a/Cargo.lock b/Cargo.lock index 4f53269f61..f403b27da9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -689,7 +689,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.11.0", + "itertools 0.13.0", "proc-macro2", "quote", "regex", @@ -5823,8 +5823,9 @@ dependencies = [ [[package]] name = "reedline" -version = "0.38.0" -source = "git+https://github.com/nushell/reedline?branch=main#dfdb167390bf9b550535cb8b5132e3122fd9f136" +version = "0.39.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd4728ee71d2aa3a364ee64470d1aa64b3f0467b2d28b73df15259d005dec64a" dependencies = [ "arboard", "chrono", @@ -8058,7 +8059,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 316c825b63..b9f4b2ecdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -140,7 +140,7 @@ getrandom = "0.2" # pick same version that rand requires rand_chacha = "0.3.1" ratatui = "0.29" rayon = "1.10" -reedline = "0.38.0" +reedline = "0.39.0" rmp = "0.8" rmp-serde = "1.3" roxmltree = "0.20" @@ -323,7 +323,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`