File: relax-dep.diff

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