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>
This commit is contained in:
dependabot[bot] 2024-02-01 20:50:41 +00:00 committed by GitHub
parent 9cde3c12a2
commit a4aed14337
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 3 deletions

13
Cargo.lock generated
View File

@ -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]]
@ -544,6 +544,15 @@ dependencies = [
"windows-sys 0.48.0",
]
[[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"

View File

@ -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"