From caf669dd1ddd822060a96a7aed98b3b66c85a36e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 04:04:52 +0000 Subject: [PATCH] Bump termcolor from 1.4.0 to 1.4.1 Bumps [termcolor](https://github.com/BurntSushi/termcolor) from 1.4.0 to 1.4.1. - [Commits](https://github.com/BurntSushi/termcolor/compare/1.4.0...1.4.1) --- updated-dependencies: - dependency-name: termcolor dependency-type: direct:production update-type: version-update:semver-patch ... 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 3376f25..49f8ba9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,9 +307,9 @@ dependencies = [ [[package]] name = "termcolor" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449" +checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" dependencies = [ "winapi-util", ] diff --git a/Cargo.toml b/Cargo.toml index d8ccb7d..0b9fa03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ log = "0.4.20" fern = "0.6" colorama = "0.1.0" env_logger = "0.10.1" -termcolor = "1.1" +termcolor = "1.4" ansi_term = "0.12.1" regex = "1.10.2"