Merge pull request #16 from asonix/asonix/update-ansi-parser

Update ansi-parser
This commit is contained in:
Jane Lusby 2022-01-12 15:50:15 -08:00 committed by GitHub
commit 58b8be7e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ once_cell = "1.4.1"
[dev-dependencies]
tracing-subscriber = "0.3.4"
tracing = "0.1.29"
ansi-parser = "0.6.5" # used for testing color schemes
ansi-parser = "0.8" # used for testing color schemes
[package.metadata.docs.rs]
all-features = true