Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust crate color-backtrace to 0.7 (v2) #2409

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2025

This PR contains the following updates:

Package Type Update Change
color-backtrace dev-dependencies minor 0.6 -> 0.7

Release Notes

athre0z/color-backtrace (color-backtrace)

v0.7.0

Compare Source

  • 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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 9, 2025
@renovate renovate bot requested a review from a team as a code owner February 9, 2025 17:46
Copy link
Contributor

github-actions bot commented Feb 9, 2025

Package Changes Through acfb9bd

There are 4 changes which include log with patch, log-js with patch, updater with patch, updater-js with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.17 2.0.18
api-example-js 2.0.13 2.0.14
log 2.2.1 2.2.2
log-js 2.2.1 2.2.2
updater 2.5.0 2.5.1
updater-js 2.5.0 2.5.1

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@renovate renovate bot force-pushed the renovate/v2-color-backtrace-0.x branch 7 times, most recently from 09f4d3b to 29e04c4 Compare February 18, 2025 01:22
@renovate renovate bot force-pushed the renovate/v2-color-backtrace-0.x branch from 29e04c4 to acfb9bd Compare February 20, 2025 10:49
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants