File: relax-dep.patch

package info (click to toggle)
rust-regex 1.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,132 kB
  • sloc: sh: 28; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -99,11 +99,10 @@
 version = "0.3"
 
 [dev-dependencies.env_logger]
-version = "0.9.3"
+version = "0.11"
 features = [
-    "atty",
+    "auto-color",
     "humantime",
-    "termcolor",
 ]
 default-features = false