ansi cut 2.0 (#827)

This commit is contained in:
Darren Schroeder 2022-01-22 20:35:25 -06:00 committed by GitHub
parent fd3eec81b5
commit be0d221d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Cargo.lock generated
View file

@ -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]]