Switch from term to termcolor.

See https://rustsec.org/advisories/RUSTSEC-2018-0015
This commit is contained in:
Dan Gohman
2021-02-16 11:49:58 -08:00
parent 09b976e1d5
commit d598883f3a
3 changed files with 28 additions and 112 deletions

View File

@@ -31,7 +31,7 @@ cranelift-preopt = { path = "preopt", version = "0.69.0" }
cranelift = { path = "umbrella", version = "0.69.0" }
filecheck = "0.5.0"
log = "0.4.8"
term = "0.6.1"
termcolor = "1.1.2"
capstone = { version = "0.7.0", optional = true }
wat = { version = "1.0.18", optional = true }
target-lexicon = { version = "0.11", features = ["std"] }