From b88aeba92b847a18ddea22db18585ab2e62e4d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 15:53:20 +0000 Subject: [PATCH] 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] --- term_md/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/term_md/Cargo.toml b/term_md/Cargo.toml index 8caa2f9..fba6c90 100644 --- a/term_md/Cargo.toml +++ b/term_md/Cargo.toml @@ -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"