Update termcolor requirement to 1.0

Updates the requirements on [termcolor](https://github.com/BurntSushi/termcolor) to permit the latest version.
- [Release notes](https://github.com/BurntSushi/termcolor/releases)
- [Commits](https://github.com/BurntSushi/termcolor/commits/wincolor-1.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-07-18 05:36:04 +00:00
parent 8d211fb4a0
commit 413e6489ff
No known key found for this signature in database
GPG key ID: 4C0F2888C98CF331

View file

@ -50,7 +50,7 @@ serde_json = "1.0"
shell-escape = "0.1"
tar = { version = "0.4.15", default-features = false }
tempfile = "3.0"
termcolor = "0.3"
termcolor = "1.0"
toml = "0.4.2"
url = "1.1"
clap = "2.31.2"