diff --git a/Cargo.lock b/Cargo.lock index 97f81d5185..c9eed0e506 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2913,11 +2913,11 @@ dependencies = [ [[package]] name = "nu-ansi-term" -version = "0.50.0" +version = "0.50.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd2800e1520bdc966782168a627aa5d1ad92e33b984bf7c7615d31280c83ff14" +checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -5004,8 +5004,9 @@ dependencies = [ [[package]] name = "reedline" -version = "0.32.0" -source = "git+https://github.com/nushell/reedline?branch=main#480059a3f52cf919341cda88e8c544edd846bc73" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f8c676a3f3814a23c6a0fc9dff6b6c35b2e04df8134aae6f3929cc34de21a53" dependencies = [ "arboard", "chrono", @@ -7394,3 +7395,8 @@ dependencies = [ "cc", "pkg-config", ] + +[[patch.unused]] +name = "reedline" +version = "0.32.0" +source = "git+https://github.com/nushell/reedline?branch=main#480059a3f52cf919341cda88e8c544edd846bc73" diff --git a/Cargo.toml b/Cargo.toml index 81602fb4b1..6a10dff279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ mockito = { version = "1.4", default-features = false } native-tls = "0.2" nix = { version = "0.28", default-features = false } notify-debouncer-full = { version = "0.3", default-features = false } -nu-ansi-term = "0.50.0" +nu-ansi-term = "0.50.1" num-format = "0.4" num-traits = "0.2" omnipath = "0.1" @@ -138,7 +138,7 @@ quote = "1.0" rand = "0.8" ratatui = "0.26" rayon = "1.10" -reedline = "0.32.0" +reedline = "0.33.0" regex = "1.9.5" rmp = "0.8" rmp-serde = "1.3"