summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-07-24 19:47:28 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2019-07-25 21:34:19 +0200
commit35ca1c51915f923890ce528217d7c382a750ca00 (patch)
treead0dcf9a7da0286626bb4011f9ee18a81d4562d4 /Cargo.toml
parent0cc60a151951b33103fb8c72d2fa102e919304ac (diff)
Bump atty from 0.2.12 to 0.2.13
Bumps [atty](https://github.com/softprops/atty) from 0.2.12 to 0.2.13. - [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.12...0.2.13) 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 07da88e4..36087b20 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ build = "build.rs"
edition = '2018'
[dependencies]
-atty = "0.2.12"
+atty = "0.2.13"
ansi_term = "0.12"
ansi_colours = "^1.0"
console = "0.7"