summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-01-06 03:15:57 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2020-01-06 08:14:51 +0100
commit0418e6294b0f9e320a70634683921130a6aeeb84 (patch)
tree441849e72f5ff4e75c4180125bf5e24faa2309fc /Cargo.toml
parenteabd100dad906b6606eed733424fcc2b07c6bcd5 (diff)
Bump atty from 0.2.13 to 0.2.14
Bumps [atty](https://github.com/softprops/atty) from 0.2.13 to 0.2.14. - [Release notes](https://github.com/softprops/atty/releases) - [Changelog](https://github.com/softprops/atty/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/atty/compare/0.2.13...0.2.14) 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 86c2fc9d..f2c9657d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ build = "build.rs"
edition = '2018'
[dependencies]
-atty = "0.2.13"
+atty = "0.2.14"
ansi_term = "^0.12.1"
ansi_colours = "^1.0"
console = "0.9"