From 678f8fa177d53906b5b51670f7b970e411aa656d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:05:01 +0000 Subject: [PATCH] Bump color-backtrace from 0.6.0 to 0.6.1 Bumps [color-backtrace](https://github.com/athre0z/color-backtrace) from 0.6.0 to 0.6.1. - [Changelog](https://github.com/athre0z/color-backtrace/blob/master/CHANGELOG.md) - [Commits](https://github.com/athre0z/color-backtrace/compare/v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: color-backtrace dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- errors/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6458173d2..a3b7fdca44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -501,9 +501,9 @@ checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" [[package]] name = "color-backtrace" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6fcd4d200ae702628e8d54bafff5f7e7397b031a5849656a6f5bfe2c5fb780d" +checksum = "150fd80a270c0671379f388c8204deb6a746bb4eac8a6c03fe2460b2c0127ea0" dependencies = [ "backtrace", "termcolor", diff --git a/Cargo.toml b/Cargo.toml index 7f1ac4a65c..9564a08fe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ version = "4.4" features = [ "derive", "env", "color", "unstable-styles" ] [dependencies.color-backtrace] -version = "0.6.0" +version = "0.6.1" [dependencies.colored] version = "2.0" diff --git a/errors/Cargo.toml b/errors/Cargo.toml index ec4708fcd5..6a7b594aa8 100644 --- a/errors/Cargo.toml +++ b/errors/Cargo.toml @@ -32,7 +32,7 @@ version = "0.3.68" version = "2.0.4" [dependencies.color-backtrace] -version = "0.6.0" +version = "0.6.1" [dependencies.derivative] version = "2.2.0"