From 59002035e9a97f2438b8e8112c096381ebbd8b96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 05:49:59 +0000 Subject: [PATCH] Bump termcolor from 1.1.0 to 1.1.2 Bumps [termcolor](https://github.com/BurntSushi/termcolor) from 1.1.0 to 1.1.2. - [Release notes](https://github.com/BurntSushi/termcolor/releases) - [Commits](https://github.com/BurntSushi/termcolor/compare/1.1.0...1.1.2) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b831ed94e..b9fb126f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1810,9 +1810,9 @@ dependencies = [ [[package]] name = "termcolor" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" +checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" dependencies = [ "winapi-util", ] diff --git a/Cargo.toml b/Cargo.toml index 5c74bc840..fcaa9960e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ petgraph = "^0.5" phf = { version = "^0.8", features = ["macros"] } regex = "^1.4" serde = { version = "^1.0", features = ["derive"] } -termcolor = "^1.0" +termcolor = "^1.1" tree-sitter = "^0.17" [dev-dependencies]