Skip to content

Bump cpp_demangle from 0.4.4 to 0.5.1 - #69

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cpp_demangle-0.5.1
Closed

Bump cpp_demangle from 0.4.4 to 0.5.1#69
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cpp_demangle-0.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps cpp_demangle from 0.4.4 to 0.5.1.

Changelog

Sourced from cpp_demangle's changelog.

0.5.1

Released 2025/11/5

Added

Fixed

  • We are now less conservative when accepting the legacy production for increased compatibility with libiberty.

  • When printing conversion and cast operators we now treat the type we are converting/casting to as a self-contained child and prevent outer template parameters/etc from leaking into it.

  • When looking for a <template-template-param> production after a conversion operator, we now correctly handle the case where peeking for the next character fails because we reached the end of the symbol.

  • When parsing <unqualified-name productions, accept both with and without an "on" prefix. LLVM requires the prefix, while libiberty accepts but does not require it.

  • Empty braced-enclosed initializer lists are now accepted.


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

... (truncated)

Commits
  • 6fc3a53 Release 0.5.1.
  • 364c360 Allow an initializer list to be empty.
  • 0225f4d Update afl requirement from 0.15 to 0.16 (#301)
  • ac10993 Support fold expressions.
  • 44bc5f0 When parsing <unqualified-name>, accept <operator-name>s with and without an ...
  • ebc3bf3 When we're looking for a <template-template-param> production after
  • e52ce24 For cast and conversion operators, use an inner barrier.
  • dad03d5 Be less conservative when dealing with the legacy <data-member-prefix> produc...
  • e21f3bd Release 0.5.0.
  • dee7dbd Remove Display impl because it violates the trait's contract.
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/cpp_demangle-0.5.1 branch 5 times, most recently from 5a499ab to 60898b5 Compare August 31, 2026 20:40
@jeffcharles jeffcharles mentioned this pull request Aug 31, 2026
Bumps [cpp_demangle](https://github.com/gimli-rs/cpp_demangle) from 0.4.4 to 0.5.1.
- [Changelog](https://github.com/gimli-rs/cpp_demangle/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/cpp_demangle@0.4.4...0.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/cpp_demangle-0.5.1 branch from 60898b5 to 0e3efe9 Compare August 31, 2026 21:04
@dependabot @github

dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor Author

Looks like cpp_demangle is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 1, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/cpp_demangle-0.5.1 branch September 1, 2026 14:06
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.

0 participants