-
Notifications
You must be signed in to change notification settings - Fork 270
Upgrade cpp_demangle
to the latest version.
#732
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cpp_demangle 0.5.0 drops the `Display` impl on the `Symbol` object because it can subtly violate the `Display` contract. The recommended replacement is `Symbol::demangle`. Changelog: https://github.com/gimli-rs/cpp_demangle/blob/0.5.0/CHANGELOG.md#050
Thanks! Will merge over the macOS issues but I am hoping the Ubuntu issues clear up soon. |
workingjubilee
approved these changes
Sep 25, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all green! great!
Merged
github-merge-queue bot
pushed a commit
to wgsl-analyzer/wgsl-analyzer
that referenced
this pull request
Sep 26, 2025
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.75 to 0.3.76. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/backtrace-rs/releases">backtrace's releases</a>.</em></p> <blockquote> <h2>backtrace-v0.3.76</h2> <h3>Behavior</h3> <ul> <li>Fix inverted polarity of "full printing" logic in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/726">rust-lang/backtrace-rs#726</a>: Previously we used to do the opposite of what you would expect.</li> </ul> <h3>Platform Support</h3> <ul> <li>Windows: Removed hypothetical soundness risk from padding bytes in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/737">rust-lang/backtrace-rs#737</a></li> <li>Fuchsia: Added appropriate alignment checks during <code>Elf_Nhdr</code> parsing in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/725">rust-lang/backtrace-rs#725</a></li> <li>Cygwin: Added support in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/704">rust-lang/backtrace-rs#704</a></li> <li>Windows (32-bit Arm): Restore support in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/685">rust-lang/backtrace-rs#685</a></li> <li>NuttX (32-bit Arm): Use builtin <code>_Unwind_GetIP</code> in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/692">rust-lang/backtrace-rs#692</a></li> <li>RTEMS: Enable libunwind in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/682">rust-lang/backtrace-rs#682</a></li> </ul> <h3>Dependencies</h3> <ul> <li>Update cpp_demangle to 0.5 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/732">rust-lang/backtrace-rs#732</a></li> <li>Update memchr to 2.7.6 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/734">rust-lang/backtrace-rs#734</a></li> <li>Switch from windows-targets to windows-link in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/727">rust-lang/backtrace-rs#727</a></li> <li>Update ruzstd to 0.8.1 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> <li>Update object to 0.37 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> <li>Update addr2line to 0.25 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/backtrace-rs/blob/master/CHANGELOG.md">backtrace's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/backtrace-rs/compare/backtrace-v0.3.75...backtrace-v0.3.76">0.3.76</a> - 2025-09-26</h2> <h3>Behavior</h3> <ul> <li>Fix inverted polarity of "full printing" logic in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/726">rust-lang/backtrace-rs#726</a>: Previously we used to do the opposite of what you would expect.</li> </ul> <h3>Platform Support</h3> <ul> <li>Windows: Removed hypothetical soundness risk from padding bytes in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/737">rust-lang/backtrace-rs#737</a></li> <li>Fuchsia: Added appropriate alignment checks during <code>Elf_Nhdr</code> parsing in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/725">rust-lang/backtrace-rs#725</a></li> <li>Cygwin: Added support in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/704">rust-lang/backtrace-rs#704</a></li> <li>Windows (32-bit Arm): Restore support in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/685">rust-lang/backtrace-rs#685</a></li> <li>NuttX (32-bit Arm): Use builtin <code>_Unwind_GetIP</code> in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/692">rust-lang/backtrace-rs#692</a></li> <li>RTEMS: Enable libunwind in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/682">rust-lang/backtrace-rs#682</a></li> </ul> <h3>Dependencies</h3> <ul> <li>Update cpp_demangle to 0.5 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/732">rust-lang/backtrace-rs#732</a></li> <li>Update memchr to 2.7.6 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/734">rust-lang/backtrace-rs#734</a></li> <li>Switch from windows-targets to windows-link in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/727">rust-lang/backtrace-rs#727</a></li> <li>Update ruzstd to 0.8.1 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> <li>Update object to 0.37 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> <li>Update addr2line to 0.25 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/775f6a1ba62e7d35a1fac76e64c61d9d4687b5f2"><code>775f6a1</code></a> modify CHANGELOG.md to not be a git log dump</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/bb0cdc34d74fd38762d58253c17589bdc054b738"><code>bb0cdc3</code></a> chore: release v0.3.76</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/a8b55f020a10679a04ce8ce9c5880559175ad3d4"><code>a8b55f0</code></a> Merge of <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/725">rust-lang/backtrace-rs#725</a>: Fix missing alignment check for ELF note...</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/0b838008f8cce0db2772f8567a9abf3a0d1fcae4"><code>0b83800</code></a> Expand <code>take_nhdr</code> doc-comment</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/a405950a411405521436da80d2772a486bc17b92"><code>a405950</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/737">#737</a> from workingjubilee/address-dbghelp-soundness-risks</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/06dca9a48567034437c45dbfa7ca22585c47d172"><code>06dca9a</code></a> Expand doc-comment on <code>do_resolve</code></li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/05ad04719967a72345bdcaa09afa6f53e11a0f70"><code>05ad047</code></a> Remove padding bytes risk in dbghelp with MaybeUninit</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/dccdb4d50f1ccd0cf08d8a83a0344e694b65f97e"><code>dccdb4d</code></a> Upgrade <code>cpp_demangle</code><code>rust-lang/backtrace-rs#732</code></li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/50fe434089f2fe6cc47e6ac0be6c8d8e1880ee18"><code>50fe434</code></a><code>rust-lang/backtrace-rs#734</code></li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/79d35149d77ae0227e3354d4143885768c8df399"><code>79d3514</code></a> Switch from <code>windows-targets</code> to <code>windows-link</code><code>rust-lang/backtrace-rs#727</code></li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/backtrace-rs/compare/0.3.75...backtrace-v0.3.76">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-merge-queue bot
pushed a commit
to servo/servo
that referenced
this pull request
Sep 30, 2025
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.75 to 0.3.76. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/backtrace-rs/releases">backtrace's releases</a>.</em></p> <blockquote> <h2>backtrace-v0.3.76</h2> <h3>Behavior</h3> <ul> <li>Fix inverted polarity of "full printing" logic in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/726">rust-lang/backtrace-rs#726</a>: Previously we used to do the opposite of what you would expect.</li> </ul> <h3>Platform Support</h3> <ul> <li>Windows: Removed hypothetical soundness risk from padding bytes in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/737">rust-lang/backtrace-rs#737</a></li> <li>Fuchsia: Added appropriate alignment checks during <code>Elf_Nhdr</code> parsing in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/725">rust-lang/backtrace-rs#725</a></li> <li>Cygwin: Added support in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/704">rust-lang/backtrace-rs#704</a></li> <li>Windows (32-bit Arm): Restore support in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/685">rust-lang/backtrace-rs#685</a></li> <li>NuttX (32-bit Arm): Use builtin <code>_Unwind_GetIP</code> in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/692">rust-lang/backtrace-rs#692</a></li> <li>RTEMS: Enable libunwind in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/682">rust-lang/backtrace-rs#682</a></li> </ul> <h3>Dependencies</h3> <ul> <li>Update cpp_demangle to 0.5 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/732">rust-lang/backtrace-rs#732</a></li> <li>Update memchr to 2.7.6 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/734">rust-lang/backtrace-rs#734</a></li> <li>Switch from windows-targets to windows-link in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/727">rust-lang/backtrace-rs#727</a></li> <li>Update ruzstd to 0.8.1 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> <li>Update object to 0.37 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> <li>Update addr2line to 0.25 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/backtrace-rs/blob/master/CHANGELOG.md">backtrace's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/backtrace-rs/compare/backtrace-v0.3.75...backtrace-v0.3.76">0.3.76</a> - 2025-09-26</h2> <h3>Behavior</h3> <ul> <li>Fix inverted polarity of "full printing" logic in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/726">rust-lang/backtrace-rs#726</a>: Previously we used to do the opposite of what you would expect.</li> </ul> <h3>Platform Support</h3> <ul> <li>Windows: Removed hypothetical soundness risk from padding bytes in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/737">rust-lang/backtrace-rs#737</a></li> <li>Fuchsia: Added appropriate alignment checks during <code>Elf_Nhdr</code> parsing in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/725">rust-lang/backtrace-rs#725</a></li> <li>Cygwin: Added support in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/704">rust-lang/backtrace-rs#704</a></li> <li>Windows (32-bit Arm): Restore support in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/685">rust-lang/backtrace-rs#685</a></li> <li>NuttX (32-bit Arm): Use builtin <code>_Unwind_GetIP</code> in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/692">rust-lang/backtrace-rs#692</a></li> <li>RTEMS: Enable libunwind in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/682">rust-lang/backtrace-rs#682</a></li> </ul> <h3>Dependencies</h3> <ul> <li>Update cpp_demangle to 0.5 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/732">rust-lang/backtrace-rs#732</a></li> <li>Update memchr to 2.7.6 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/734">rust-lang/backtrace-rs#734</a></li> <li>Switch from windows-targets to windows-link in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/727">rust-lang/backtrace-rs#727</a></li> <li>Update ruzstd to 0.8.1 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> <li>Update object to 0.37 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> <li>Update addr2line to 0.25 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/775f6a1ba62e7d35a1fac76e64c61d9d4687b5f2"><code>775f6a1</code></a> modify CHANGELOG.md to not be a git log dump</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/bb0cdc34d74fd38762d58253c17589bdc054b738"><code>bb0cdc3</code></a> chore: release v0.3.76</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/a8b55f020a10679a04ce8ce9c5880559175ad3d4"><code>a8b55f0</code></a> Merge of <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/725">rust-lang/backtrace-rs#725</a>: Fix missing alignment check for ELF note...</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/0b838008f8cce0db2772f8567a9abf3a0d1fcae4"><code>0b83800</code></a> Expand <code>take_nhdr</code> doc-comment</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/a405950a411405521436da80d2772a486bc17b92"><code>a405950</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/737">#737</a> from workingjubilee/address-dbghelp-soundness-risks</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/06dca9a48567034437c45dbfa7ca22585c47d172"><code>06dca9a</code></a> Expand doc-comment on <code>do_resolve</code></li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/05ad04719967a72345bdcaa09afa6f53e11a0f70"><code>05ad047</code></a> Remove padding bytes risk in dbghelp with MaybeUninit</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/dccdb4d50f1ccd0cf08d8a83a0344e694b65f97e"><code>dccdb4d</code></a> Upgrade <code>cpp_demangle</code><code>rust-lang/backtrace-rs#732</code></li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/50fe434089f2fe6cc47e6ac0be6c8d8e1880ee18"><code>50fe434</code></a><code>rust-lang/backtrace-rs#734</code></li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/79d35149d77ae0227e3354d4143885768c8df399"><code>79d3514</code></a> Switch from <code>windows-targets</code> to <code>windows-link</code><code>rust-lang/backtrace-rs#727</code></li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/backtrace-rs/compare/0.3.75...backtrace-v0.3.76">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-merge-queue bot
pushed a commit
to servo/servo
that referenced
this pull request
Sep 30, 2025
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs) from 0.3.75 to 0.3.76. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/backtrace-rs/releases">backtrace's releases</a>.</em></p> <blockquote> <h2>backtrace-v0.3.76</h2> <h3>Behavior</h3> <ul> <li>Fix inverted polarity of "full printing" logic in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/726">rust-lang/backtrace-rs#726</a>: Previously we used to do the opposite of what you would expect.</li> </ul> <h3>Platform Support</h3> <ul> <li>Windows: Removed hypothetical soundness risk from padding bytes in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/737">rust-lang/backtrace-rs#737</a></li> <li>Fuchsia: Added appropriate alignment checks during <code>Elf_Nhdr</code> parsing in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/725">rust-lang/backtrace-rs#725</a></li> <li>Cygwin: Added support in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/704">rust-lang/backtrace-rs#704</a></li> <li>Windows (32-bit Arm): Restore support in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/685">rust-lang/backtrace-rs#685</a></li> <li>NuttX (32-bit Arm): Use builtin <code>_Unwind_GetIP</code> in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/692">rust-lang/backtrace-rs#692</a></li> <li>RTEMS: Enable libunwind in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/682">rust-lang/backtrace-rs#682</a></li> </ul> <h3>Dependencies</h3> <ul> <li>Update cpp_demangle to 0.5 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/732">rust-lang/backtrace-rs#732</a></li> <li>Update memchr to 2.7.6 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/734">rust-lang/backtrace-rs#734</a></li> <li>Switch from windows-targets to windows-link in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/727">rust-lang/backtrace-rs#727</a></li> <li>Update ruzstd to 0.8.1 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> <li>Update object to 0.37 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> <li>Update addr2line to 0.25 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/backtrace-rs/blob/master/CHANGELOG.md">backtrace's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/backtrace-rs/compare/backtrace-v0.3.75...backtrace-v0.3.76">0.3.76</a> - 2025-09-26</h2> <h3>Behavior</h3> <ul> <li>Fix inverted polarity of "full printing" logic in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/726">rust-lang/backtrace-rs#726</a>: Previously we used to do the opposite of what you would expect.</li> </ul> <h3>Platform Support</h3> <ul> <li>Windows: Removed hypothetical soundness risk from padding bytes in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/737">rust-lang/backtrace-rs#737</a></li> <li>Fuchsia: Added appropriate alignment checks during <code>Elf_Nhdr</code> parsing in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/725">rust-lang/backtrace-rs#725</a></li> <li>Cygwin: Added support in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/704">rust-lang/backtrace-rs#704</a></li> <li>Windows (32-bit Arm): Restore support in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/685">rust-lang/backtrace-rs#685</a></li> <li>NuttX (32-bit Arm): Use builtin <code>_Unwind_GetIP</code> in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/692">rust-lang/backtrace-rs#692</a></li> <li>RTEMS: Enable libunwind in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/682">rust-lang/backtrace-rs#682</a></li> </ul> <h3>Dependencies</h3> <ul> <li>Update cpp_demangle to 0.5 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/732">rust-lang/backtrace-rs#732</a></li> <li>Update memchr to 2.7.6 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/734">rust-lang/backtrace-rs#734</a></li> <li>Switch from windows-targets to windows-link in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/727">rust-lang/backtrace-rs#727</a></li> <li>Update ruzstd to 0.8.1 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> <li>Update object to 0.37 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> <li>Update addr2line to 0.25 in <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/718">rust-lang/backtrace-rs#718</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/775f6a1ba62e7d35a1fac76e64c61d9d4687b5f2"><code>775f6a1</code></a> modify CHANGELOG.md to not be a git log dump</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/bb0cdc34d74fd38762d58253c17589bdc054b738"><code>bb0cdc3</code></a> chore: release v0.3.76</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/a8b55f020a10679a04ce8ce9c5880559175ad3d4"><code>a8b55f0</code></a> Merge of <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/725">rust-lang/backtrace-rs#725</a>: Fix missing alignment check for ELF note...</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/0b838008f8cce0db2772f8567a9abf3a0d1fcae4"><code>0b83800</code></a> Expand <code>take_nhdr</code> doc-comment</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/a405950a411405521436da80d2772a486bc17b92"><code>a405950</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/backtrace-rs/issues/737">#737</a> from workingjubilee/address-dbghelp-soundness-risks</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/06dca9a48567034437c45dbfa7ca22585c47d172"><code>06dca9a</code></a> Expand doc-comment on <code>do_resolve</code></li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/05ad04719967a72345bdcaa09afa6f53e11a0f70"><code>05ad047</code></a> Remove padding bytes risk in dbghelp with MaybeUninit</li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/dccdb4d50f1ccd0cf08d8a83a0344e694b65f97e"><code>dccdb4d</code></a> Upgrade <code>cpp_demangle</code><code>rust-lang/backtrace-rs#732</code></li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/50fe434089f2fe6cc47e6ac0be6c8d8e1880ee18"><code>50fe434</code></a><code>rust-lang/backtrace-rs#734</code></li> <li><a href="https://github.com/rust-lang/backtrace-rs/commit/79d35149d77ae0227e3354d4143885768c8df399"><code>79d3514</code></a> Switch from <code>windows-targets</code> to <code>windows-link</code><code>rust-lang/backtrace-rs#727</code></li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/backtrace-rs/compare/0.3.75...backtrace-v0.3.76">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
cpp_demangle 0.5.0 drops the
Display
impl on theSymbol
object because it can subtly violate theDisplay
contract. The recommended replacement isSymbol::demangle
.Changelog: https://github.com/gimli-rs/cpp_demangle/blob/0.5.0/CHANGELOG.md#050