From f3ab4f363a30a8aeb57c24f6ef86e5838d6176e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:52:24 +0000 Subject: [PATCH] Update color-backtrace requirement from 0.5.1 to 0.6.1 Updates the requirements on [color-backtrace](https://github.com/athre0z/color-backtrace) to permit the latest version. - [Changelog](https://github.com/athre0z/color-backtrace/blob/master/CHANGELOG.md) - [Commits](https://github.com/athre0z/color-backtrace/compare/v0.5.1...v0.6.1) --- updated-dependencies: - dependency-name: color-backtrace dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28a33ae7c..e74d389b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ libc = "0.2.96" crc32fast = "1.2.1" log = "0.4.14" parking_lot = "0.12.1" -color-backtrace = { version = "0.5.1", optional = true } +color-backtrace = { version = "0.6.1", optional = true } num-format = { version = "0.4.0", optional = true } backtrace = { version = "0.3.60", optional = true } im = "15.1.0"