Skip to content

build(deps): Update rootcause-backtrace requirement from 0.12.0 to 0.13.0#77

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rootcause-backtrace-0.13.0
Open

build(deps): Update rootcause-backtrace requirement from 0.12.0 to 0.13.0#77
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rootcause-backtrace-0.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on rootcause-backtrace to permit the latest version.

Release notes

Sourced from rootcause-backtrace's releases.

v0.13.0

Added

  • &dyn Any accessors for contexts and attachments via current_context_as_any(_mut) on Report/ReportRef/ReportMut and inner_as_any(_mut) on ReportAttachment/ReportAttachmentRef/ReportAttachmentMut #151.
  • Added a compatibility module for error-stack v0.7 #169.
  • Implement Deref<Target = dyn Error> and AsRef<dyn Error> for Report, ReportRef and ReportMut; Report<_, _, SendSync> targets dyn Error + Send + Sync. May break type inference at some Report::new* call sites. #147, #149
  • Doc examples for nearly all public functions #136.

Changed

  • Moved the preformat functionality out of rootcause into the new rootcause-preformat companion crate. The preformatted module, the preformat* methods, and the display_preformatted/debug_preformatted formatter-hook methods are removed; use the Preformat*Ext and ContextTransformNestedExt traits from the new crate. AttachmentFormatterHook::preferred_formatting_style and ContextFormatterHook::preferred_context_formatting_style now take a concrete type instead of Dynamic. #148

Fixed

  • Fixed cross-compilation support in rootcause-backtrace by detecting the path separator from Location::caller() at compile time instead of from a build-script-recorded host constant #134.
Changelog

Sourced from rootcause-backtrace's changelog.

[0.13.0] - 2026-06-14

Added

  • &dyn Any accessors for contexts and attachments via current_context_as_any(_mut) on Report/ReportRef/ReportMut and inner_as_any(_mut) on ReportAttachment/ReportAttachmentRef/ReportAttachmentMut #151.
  • Added a compatibility module for error-stack v0.7 #169.
  • Implement Deref<Target = dyn Error> and AsRef<dyn Error> for Report, ReportRef and ReportMut; Report<_, _, SendSync> targets dyn Error + Send + Sync. May break type inference at some Report::new* call sites. #147, #149
  • Doc examples for nearly all public functions #136.

Changed

  • Moved the preformat functionality out of rootcause into the new rootcause-preformat companion crate. The preformatted module, the preformat* methods, and the display_preformatted/debug_preformatted formatter-hook methods are removed; use the Preformat*Ext and ContextTransformNestedExt traits from the new crate. AttachmentFormatterHook::preferred_formatting_style and ContextFormatterHook::preferred_context_formatting_style now take a concrete type instead of Dynamic. #148

Fixed

  • Fixed cross-compilation support in rootcause-backtrace by detecting the path separator from Location::caller() at compile time instead of from a build-script-recorded host constant #134.

[0.12.1] - 2026-02-19

Added

  • Implement IntoIterator for &mut ReportAttachments #128.
  • Add a ReportAttachment::inner_mut() method #128.

[0.12.0] - 2026-02-07

Added

  • Added support for formatting the error sources for a context #94.
    • This adds new fields to the ContextFormattingStyle and the DefaultReportFormatter.
  • Added support for mutating attachments #113.

Changed

  • The contexts and attachments will by default use the same formatter (Display/Debug) as the one used to format the report. #116

Fixed

  • Fixed some issues with using rootcause-backtrace on windows #118, #120, #121.

[0.11.1] - 2026-01-03

Added

  • Added a OptionExt trait #92
  • Added a rootcause::Result type alias #91
  • Added methods to get the type name of contexts and attachments #100
  • Implements Clone for Backtrace and Display for Location #100
  • Added ReportMut::attach and ReportMut::attach_custom #101
  • Added a rootcause-tracing crate #102

... (truncated)

Commits
  • 6666091 Release 0.13.0 (#187)
  • c61160e Add intradoc links across public docs per style guide (#186)
  • f6b95ce Module level documentations were missing implemented items in their overview ...
  • abd0d7a Tighten CHANGELOG entries (#185)
  • f43a20c Impl Send + Sync for ReportRef and ReportMut (#184)
  • ea024f1 Polish follow-up to #148 (rootcause-preformat) (#183)
  • 4a847fd Fix #159 Implement iter_downcast_context (#176)
  • 2d0d1c5 Add &dyn Any accessors for contexts and attachments (#151) (#180)
  • ff521b9 Move the preformat functionality to a separate crate (#148)
  • c931f50 Fix stale docs about default preferred_formatting_style behavior (#166) (#179)
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [rootcause-backtrace](https://github.com/rootcause-rs/rootcause) to permit the latest version.
- [Release notes](https://github.com/rootcause-rs/rootcause/releases)
- [Changelog](https://github.com/rootcause-rs/rootcause/blob/main/CHANGELOG.md)
- [Commits](rootcause-rs/rootcause@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: rootcause-backtrace
  dependency-version: 0.13.0
  dependency-type: direct:production
...

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 Jun 18, 2026
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 release rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants