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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
This commit is contained in:
dependabot[bot] 2025-02-10 18:43:42 +01:00 committed by GitHub
parent 5ebb3913d8
commit a682deb31a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ frida-gum = { version = "0.16.5", features = [
] } ] }
dynasmrt = "3.0.1" 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" termcolor = "1.4.1"
serde = { workspace = true, default-features = true } serde = { workspace = true, default-features = true }
backtrace = { workspace = true, default-features = false, features = [ backtrace = { workspace = true, default-features = false, features = [