From be0d221d56b66f84d7dd041b31c91eb1a414bb58 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Sat, 22 Jan 2022 20:35:25 -0600 Subject: [PATCH] ansi cut 2.0 (#827) --- Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 873b57929f..c8719d4103 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -64,12 +64,11 @@ dependencies = [ [[package]] name = "ansi-cut" -version = "0.1.1" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "116f67a17a90942bc30b3fe78b800941f8276234386844b3e0dee3f9d2782839" +checksum = "ffe8d2994390ae20a3eb52a909f9518a89f8fd7e6990f3d25d38e51021b2c8ce" dependencies = [ "ansi-parser", - "strip-ansi-escapes", ] [[package]]