summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Wright <56345+ayax79@users.noreply.github.com>2024-07-23 15:54:54 -0700
committerGitHub <noreply@github.com>2024-07-23 15:54:54 -0700
commit6a62ced645598301d69d6a7c7fd32dd239b8ad9d (patch)
treec8c04abcfc874c52aa6cc6afd41cfcae9f43a7cb
parent366e52b76dfda146dbc2bbdfda2d710169786d9b (diff)
Updating version for nu-ansi-term and reedline (#13432)
Updating nu-answer-term to 0.50.1 and reedline to 0.33
-rw-r--r--Cargo.lock11
-rw-r--r--Cargo.toml8
2 files changed, 10 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 97f81d518..ee3faef06 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",
diff --git a/Cargo.toml b/Cargo.toml
index 81602fb4b..32274816f 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"
@@ -305,8 +305,8 @@ 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" }
+# [patch.crates-io]
+# 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`