summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-01 20:50:41 +0000
committerGitHub <noreply@github.com>2024-02-01 20:50:41 +0000
commita4aed1433701ee6f42b82dc4364b3354271c7b5d (patch)
treed6bd739bc48d5ad803ce6f9da38f550b08d4b1bd
parent9cde3c12a269f094e08b32f416c0b6744c4b5f90 (diff)
build(deps): bump nu-ansi-term from 0.49.0 to 0.50.0
Bumps [nu-ansi-term](https://github.com/nushell/nu-ansi-term) from 0.49.0 to 0.50.0. - [Release notes](https://github.com/nushell/nu-ansi-term/releases) - [Changelog](https://github.com/nushell/nu-ansi-term/blob/main/CHANGELOG.md) - [Commits](https://github.com/nushell/nu-ansi-term/compare/v0.49.0...v0.50.0) --- updated-dependencies: - dependency-name: nu-ansi-term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock13
-rw-r--r--Cargo.toml2
2 files changed, 12 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d0b3340..f983af6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -334,7 +334,7 @@ dependencies = [
"lscolors",
"nix 0.27.1",
"normpath",
- "nu-ansi-term",
+ "nu-ansi-term 0.50.0",
"regex",
"regex-syntax",
"tempfile",
@@ -486,7 +486,7 @@ version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab0b209ec3976527806024406fe765474b9a1750a0ed4b8f0372364741f50e7b"
dependencies = [
- "nu-ansi-term",
+ "nu-ansi-term 0.49.0",
]
[[package]]
@@ -545,6 +545,15 @@ dependencies = [
]
[[package]]
+name = "nu-ansi-term"
+version = "0.50.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "dd2800e1520bdc966782168a627aa5d1ad92e33b984bf7c7615d31280c83ff14"
+dependencies = [
+ "windows-sys 0.48.0",
+]
+
+[[package]]
name = "num-traits"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index 618adf4..711bf63 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ version_check = "0.9"
[dependencies]
aho-corasick = "1.0"
-nu-ansi-term = "0.49"
+nu-ansi-term = "0.50"
argmax = "0.3.1"
ignore = "0.4.22"
regex = "1.10.3"