From 1fc4f0bc641efafb04d4899266c57f64ff649a97 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2019 05:53:52 +0000 Subject: [PATCH] Update ansi_term requirement from 0.11.0 to 0.12.0 Updates the requirements on [ansi_term](https://github.com/ogham/rust-ansi-term) to permit the latest version. - [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] --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 9f6547e..62017f0 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -17,7 +17,7 @@ proc-macro = true [dependencies] lalrpop-util = "0.17.0" -ansi_term = "0.11.0" +ansi_term = "0.12.0" proc-macro2 = { version = "0.4.24", features = ["nightly"] } proc-macro-hack = "0.5.2" quote = "0.6.10"