From 6bc9b8edc36ca9378b7ddda486e0fcce9e762e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 14:36:18 +0000 Subject: [PATCH] chore(deps): Bump yansi from 0.5.0 to 0.5.1 Bumps [yansi](https://github.com/SergioBenitez/yansi) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/SergioBenitez/yansi/releases) - [Commits](https://github.com/SergioBenitez/yansi/commits) --- updated-dependencies: - dependency-name: yansi 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 b0992bd..019e9c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1849,6 +1849,6 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "yansi" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71" +checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" diff --git a/Cargo.toml b/Cargo.toml index e251d58..24c688a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ toml_edit = { version = "0.14.2", features = ["easy"] } log = "0.4" env_logger = { version = "0.9", default-features = false, features = ["termcolor"] } atty = "0.2.14" -yansi = "0.5.0" +yansi = "0.5.1" concolor = { version = "0.0.8" } concolor-clap = { version = "0.0.10", features = ["api_unstable"] } bstr = "0.2"