Remove the ansi_term transitive dependency (#4822)

Only used during tests but this resolves #4742 by slimming the
dependency tree.
This commit is contained in:
Alex Crichton
2022-08-30 12:29:17 -05:00
committed by GitHub
parent 1a59b3e6c6
commit 09c93c70cc
4 changed files with 1 additions and 34 deletions

View File

@@ -18,7 +18,7 @@ wiggle = { path = "..", features = ["tracing_log"] }
[dev-dependencies]
thiserror = "1.0"
tracing = "0.1.26"
tracing-subscriber = "0.3.1"
tracing-subscriber = { version = "0.3.1", default-features = false, features = ['fmt'] }
env_logger = "0.9"
[badges]