summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-07-30 17:09:17 +0000
committerGitHub <noreply@github.com>2019-07-30 17:09:17 +0000
commit3d00745b3cfb299c6005da4396f0455b3896f7dd (patch)
tree6ea391fa2a48bf2cdd177f2c4c764620284bcbbb
parent150b49f43e70a01743e004f6bb1c8f0f891ab664 (diff)
parentfecca9b0734b35ec3235c3479bea38e3576a8336 (diff)
Merge pull request #81 from lunaryorn/dependabot/cargo/ansi_term-0.12.0
-rw-r--r--Cargo.lock11
-rw-r--r--Cargo.toml2
2 files changed, 11 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9debb97..a8a072e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -14,6 +14,14 @@ dependencies = [
]
[[package]]
+name = "ansi_term"
+version = "0.12.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
name = "arrayvec"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -493,7 +501,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "mdcat"
version = "0.13.1-pre"
dependencies = [
- "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "ansi_term 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1461,6 +1469,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
+"checksum ansi_term 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eaa72766c3585a1f812a3387a7e2c6cab780f899c2f43ff6ea06c8d071fcbb36"
"checksum arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d18513977c2d8261c448511c5c53dc66b26dfccbc3d4446672dea1e71a7d8a26"
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
"checksum autocfg 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e5f34df7a019573fb8bdc7e24a2bfebe51a2a1d6bfdbaeccedb3c41fc574727"
diff --git a/Cargo.toml b/Cargo.toml
index 737727f..32bf5f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ vte50 = ["osc8_links"]
[dependencies]
failure = "^0.1"
term_size = "^0.3"
-ansi_term = "^0.11"
+ansi_term = "^0.12"
# URL type to parse URLs in markdown and reference external resources
url = {version = "^1.7", optional = true}