From 3080506345aa92dfeba104edb5d464a33f2d1c81 Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Sun, 26 Dec 2021 11:17:16 -0600 Subject: [PATCH] Update ansi-parser --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f692db..30e171c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ once_cell = "1.4.1" [dev-dependencies] tracing-subscriber = "0.2.5" tracing = "0.1.13" -ansi-parser = "0.6.5" # used for testing color schemes +ansi-parser = "0.8.0" # used for testing color schemes [package.metadata.docs.rs] all-features = true