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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user