Bump nu-ansi-term from 0.46.0 to 0.47.0

Bumps [nu-ansi-term](https://github.com/nushell/nu-ansi-term) from 0.46.0 to 0.47.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.46.0...v0.47.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] 2023-03-27 19:44:36 +00:00 committed by David Peter
parent a428f7eb13
commit 15c795d2e1
2 changed files with 12 additions and 3 deletions

13
Cargo.lock generated
View File

@ -334,7 +334,7 @@ dependencies = [
"lscolors",
"nix 0.26.2",
"normpath",
"nu-ansi-term",
"nu-ansi-term 0.47.0",
"num_cpus",
"once_cell",
"regex",
@ -567,7 +567,7 @@ version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2dedc85d67baf5327114fad78ab9418f8893b1121c17d5538dd11005ad1ddf2"
dependencies = [
"nu-ansi-term",
"nu-ansi-term 0.46.0",
]
[[package]]
@ -618,6 +618,15 @@ dependencies = [
"winapi",
]
[[package]]
name = "nu-ansi-term"
version = "0.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df031e117bca634c262e9bd3173776844b6c17a90b3741c9163663b4385af76"
dependencies = [
"windows-sys 0.45.0",
]
[[package]]
name = "num-integer"
version = "0.1.45"

View File

@ -34,7 +34,7 @@ path = "src/main.rs"
version_check = "0.9"
[dependencies]
nu-ansi-term = "0.46"
nu-ansi-term = "0.47"
argmax = "0.3.1"
atty = "0.2"
ignore = "0.4.20"