Skip to content

Bump cpp_demangle from 0.3.5 to 0.5.0#785

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/cpp_demangle-0.5.0
Open

Bump cpp_demangle from 0.3.5 to 0.5.0#785
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/cpp_demangle-0.5.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 24, 2025

Bumps cpp_demangle from 0.3.5 to 0.5.0.

Changelog

Sourced from cpp_demangle's changelog.

0.5.0

Released 2025/9/23

Added

  • A new Symbol::demangle function has been introduced to replace the Display impl. See below for the motivation.

Changed

  • The function previously known as Symbol::demangle has been renamed to Symbol::demangle_with_options. See below for the motivation.

Removed

  • The implementation of Display for Symbol has been removed. This implementation violated the contract of the Display trait by potentially returning an Err without a failure of a write to the provided stream. This contract is enforced by assertion since Rust 1.80.0. The new Symbol::demangle function is the intended replacement for uses of the Display impl. (#233)[https://redirect.github.com/Remove impl Display for Symbol gimli-rs/cpp_demangle#233]

0.4.5

Released 2025/9/23

Fixed

Added


0.4.4

... (truncated)

Commits
  • e21f3bd Release 0.5.0.
  • dee7dbd Remove Display impl because it violates the trait's contract.
  • 1e679dd Release 0.4.5.
  • 9eea600 Demangle explicitly named object parameters (#299)
  • 47ca4bb Allow <abi-tags> after all variants of <qualified-name>.
  • c27ca59 Allow NestedName::Unqualified to have an empty PrefixHandle.
  • faf0177 Fix compiler warning.
  • f3a6eb3 Add support for fixed-point types (#298)
  • 15bbde1 Release 0.4.4.
  • d44a19b Run cargo fmt in CI.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [cpp_demangle](https://github.com/gimli-rs/cpp_demangle) from 0.3.5 to 0.5.0.
- [Changelog](https://github.com/gimli-rs/cpp_demangle/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/cpp_demangle@0.3.5...0.5.0)

---
updated-dependencies:
- dependency-name: cpp_demangle
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies rust Pull requests that update rust code labels Sep 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants