这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps color-backtrace from 0.6.1 to 0.7.0.

Changelog

Sourced from color-backtrace's changelog.

[v0.7.0] (2025-02-09)

  • Add Backtrace trait to abstract over backtrace implementation
  • Changed Frame::ip type usize -> Option<usize>
  • BacktracePrinter::print_trace now takes &dyn Backtrace instead of &backtrace::Backtrace
    • This may be API breaking when users use default-features = false so that &backtrace::Backtrace doesn't coerce to &dyn Backtrace
  • Add experimental support for std::backtrace::Backtrace
    • Enable via { default-features = false, features = ["use-btparse-crate"] }
  • Removed previously deprecated gimli-symbolize crate feature
Commits
  • 7080740 Remove gimli-symbolize crate feature
  • 805f586 feat: add std example
  • 29a2307 feat: add re-export for access to deserialize
  • 44024bb Bump version to v0.7.0
  • 78237a7 Document btparse support
  • 0c0f296 Support btparse as the backtrace format
  • feb2cd0 Hide deprecated items in doc
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [color-backtrace](https://github.com/athre0z/color-backtrace) from 0.6.1 to 0.7.0.
- [Changelog](https://github.com/athre0z/color-backtrace/blob/master/CHANGELOG.md)
- [Commits](athre0z/color-backtrace@v0.6.1...v0.7.0)

---
updated-dependencies:
- dependency-name: color-backtrace
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 10, 2025
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.28%. Comparing base (241a2fc) to head (d9b1120).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #594   +/-   ##
=======================================
  Coverage   59.28%   59.28%           
=======================================
  Files          30       30           
  Lines        5647     5647           
  Branches     5647     5647           
=======================================
  Hits         3348     3348           
  Misses       2096     2096           
  Partials      203      203           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@qwandor qwandor merged commit 2bee15b into master Feb 10, 2025
4 checks passed
@qwandor qwandor deleted the dependabot/cargo/color-backtrace-0.7.0 branch February 10, 2025 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants