1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: accept older revisions of crate anstyle-parse
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-08-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@
[dependencies]
ansi_colours = "1.2.1"
ansi_term = "0.12.1"
-anstyle-parse = "0.2.3"
+anstyle-parse = "0.2.1"
anyhow = "1.0.70"
bat = { version = ">= 0.24.0, <= 0.25", default-features = false, features = [
"minimal-application",
|