From a682deb31aafa3ead98c8421b39dedaa9fbc813d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 18:43:42 +0100 Subject: [PATCH] Update color-backtrace requirement from 0.6.1 to 0.7.0 (#2960) 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.6.1...v0.7.0) --- updated-dependencies: - dependency-name: color-backtrace dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dongjia "toka" Zhang --- libafl_frida/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl_frida/Cargo.toml b/libafl_frida/Cargo.toml index f8c4e80c34..552edd9e4e 100644 --- a/libafl_frida/Cargo.toml +++ b/libafl_frida/Cargo.toml @@ -75,7 +75,7 @@ frida-gum = { version = "0.16.5", features = [ ] } dynasmrt = "3.0.1" -color-backtrace = { version = "0.6.1", features = ["resolve-modules"] } +color-backtrace = { version = "0.7.0", features = ["resolve-modules"] } termcolor = "1.4.1" serde = { workspace = true, default-features = true } backtrace = { workspace = true, default-features = false, features = [