summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-07-15 02:17:25 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2019-07-24 21:45:44 +0200
commitee6659dacfce81cb495d25b60570708991913b77 (patch)
tree2589d51049fc0ac7d80b30882cb959c1fcf657b2 /Cargo.toml
parent76c615a30416c4a0bea07fc7df4f5f1e88ddf6e0 (diff)
Bump ansi_term from 0.11.0 to 0.12.0
Bumps [ansi_term](https://github.com/ogham/rust-ansi-term) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/ogham/rust-ansi-term/releases) - [Commits](https://github.com/ogham/rust-ansi-term/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a2de24cc..07da88e4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ edition = '2018'
[dependencies]
atty = "0.2.12"
-ansi_term = "0.11"
+ansi_term = "0.12"
ansi_colours = "^1.0"
console = "0.7"
dirs = "2.0"