From be4bc0397f800a68fd1f386f5e434d2e86fbdb44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:18:10 -0700 Subject: [PATCH] Bump colored from 2.0.1 to 2.0.4 (#2446) Bumps [colored](https://github.com/mackwic/colored) from 2.0.1 to 2.0.4. - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](https://github.com/mackwic/colored/compare/v2.0.1...v2.0.4) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- errors/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 304a86ff57..45c867dfa0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,13 +514,13 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "colored" -version = "2.0.1" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17bfac9400fe632590700de801b5dfbdca8b6944073832d1284bdbeef7f00e45" +checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6" dependencies = [ - "atty", + "is-terminal", "lazy_static", - "winapi", + "windows-sys 0.48.0", ] [[package]] diff --git a/errors/Cargo.toml b/errors/Cargo.toml index dea624a948..4672adb4b5 100644 --- a/errors/Cargo.toml +++ b/errors/Cargo.toml @@ -29,7 +29,7 @@ version = "1.0" version = "0.3.68" [dependencies.colored] -version = "2.0.1" +version = "2.0.4" [dependencies.color-backtrace] version = "0.5.1"