Update nu-ansi-term requirement from 0.46.0 to 0.47.0

Updates the requirements on [nu-ansi-term](https://github.com/nushell/nu-ansi-term) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-14 15:53:20 +00:00
committed by GitHub
parent 9ca3236835
commit b88aeba92b
+1 -1
View File
@@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nu-ansi-term = "0.46.0"
nu-ansi-term = "0.47.0"
pulldown-cmark = "0.9.2"
unicode-width = "0.1.10"