From a30a1838576eb8786e3a76ca2890919c07c44cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:55:37 +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/commits/v0.6.1) --- updated-dependencies: - dependency-name: color-backtrace dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- ios-example/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a49f7ed1..6ac7546d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ block = "0.1.6" winit = "0.26.0" log = "0.4" pretty_env_logger = "0.4" -color-backtrace = "0.5.1" +color-backtrace = "0.6.1" env_logger = "0.9" [patch.crates-io] diff --git a/ios-example/Cargo.toml b/ios-example/Cargo.toml index c6680daf..018e18ab 100644 --- a/ios-example/Cargo.toml +++ b/ios-example/Cargo.toml @@ -13,7 +13,7 @@ objc = "0.2.7" block = "0.1.6" objc_id = "0.1.1" winit = "0.20.0" -color-backtrace = "0.2.3" +color-backtrace = "0.6.1" log = "0.4" pretty_env_logger = "0.3" env_logger = "0.9"