From ac6506d24cfa7235ce4425b94219e8feb06a6f92 Mon Sep 17 00:00:00 2001 From: daladim Date: Wed, 15 Mar 2023 20:53:18 +0100 Subject: [PATCH 1/2] Chore: upgraded nu-ansi-term This removes winapi (in favour of the better maintained windows-sys) in the dependency graph --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f94b45b..0967400 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ categories = ["text-processing"] edition = "2018" [dependencies] -nu-ansi-term = "0.46.0" +nu-ansi-term = "0.47" From 03465951de780745b2baaae3cc793e092aa517a9 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Fri, 14 Jun 2024 14:48:50 -0500 Subject: [PATCH 2/2] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0967400..cbba3cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ categories = ["text-processing"] edition = "2018" [dependencies] -nu-ansi-term = "0.47" +nu-ansi-term = "0.50"