summaryrefslogtreecommitdiffstats
path: root/vendor/regex-automata/debian/patches/relax-dep.diff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/regex-automata/debian/patches/relax-dep.diff')
-rw-r--r--vendor/regex-automata/debian/patches/relax-dep.diff19
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/regex-automata/debian/patches/relax-dep.diff b/vendor/regex-automata/debian/patches/relax-dep.diff
new file mode 100644
index 0000000..02fa61c
--- /dev/null
+++ b/vendor/regex-automata/debian/patches/relax-dep.diff
@@ -0,0 +1,19 @@
+Index: regex-automata/Cargo.toml
+===================================================================
+--- regex-automata.orig/Cargo.toml
++++ regex-automata/Cargo.toml
+@@ -70,11 +70,11 @@ default-features = false
+ version = "0.3.3"
+
+ [dev-dependencies.env_logger]
+-version = "0.9.3"
++version = "0.10"
+ features = [
+- "atty",
++ "auto-color",
+ "humantime",
+- "termcolor",
++ "color",
+ ]
+ default-features = false
+