Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2022

Bumps cpp_demangle from 0.3.5 to 0.4.0.

Changelog

Sourced from cpp_demangle's changelog.

0.4.0

Released 2022/10/20

Removed

  • The deprecated nightly and cppfilt features are gone.

Changed

  • If no-default-features is used the alloc feature must be explicitly specified.

0.3.6

Released 2022/10/20

Added

  • The non-deprecated versions of noexcept are supported. #273

  • Most of the subobject production that clang uses is supported. #273

Changed

  • Rust 2018 is now used. #251

  • cppfilt now uses clap 4.0. #271

Fixed

  • no_std works. #251

  • Inheriting constructors no longer produce substitutable values. #272


Commits

Dependabot compatibility score

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 21, 2022
@codecov-commenter
Copy link

codecov-commenter commented Oct 21, 2022

Codecov Report

Merging #2544 (db5929f) into main (740e4c9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2544   +/-   ##
=======================================
  Coverage   28.09%   28.09%           
=======================================
  Files         302      302           
  Lines       35627    35627           
=======================================
  Hits        10011    10011           
  Misses      25616    25616           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/cpp_demangle-0.4.0 branch 4 times, most recently from 6970451 to 9cd5c0b Compare November 3, 2022 01:33
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/cpp_demangle-0.4.0 branch 3 times, most recently from 8f2830b to 5cc44e9 Compare November 14, 2022 20:15
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/cpp_demangle-0.4.0 branch 3 times, most recently from 418e0b4 to 204145d Compare November 21, 2022 20:40
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/cpp_demangle-0.4.0 branch 2 times, most recently from e28da84 to f9cbb6e Compare December 5, 2022 14:12
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/cpp_demangle-0.4.0 branch 3 times, most recently from 5bc958f to 64d2fdb Compare December 9, 2022 00:31
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/cpp_demangle-0.4.0 branch 7 times, most recently from 048e59c to 2c899e0 Compare December 19, 2022 20:00
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/cpp_demangle-0.4.0 branch from 2c899e0 to d016c61 Compare December 22, 2022 18:19
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/cpp_demangle-0.4.0 branch 4 times, most recently from 44f6dbe to c93484c Compare January 10, 2023 17:20
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/cpp_demangle-0.4.0 branch 3 times, most recently from 2865eed to a512933 Compare January 20, 2023 01:27
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/cpp_demangle-0.4.0 branch 3 times, most recently from c19c0c7 to b25c5f5 Compare January 31, 2023 23:57
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/cpp_demangle-0.4.0 branch 7 times, most recently from 0cac33c to 6c60f05 Compare February 7, 2023 22:15
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/cpp_demangle-0.4.0 branch 7 times, most recently from ca9a8f3 to 7aa05ee Compare February 19, 2023 22:23
@Porges Porges enabled auto-merge (squash) February 19, 2023 23:23
Bumps [cpp_demangle](https://github.com/gimli-rs/cpp_demangle) from 0.3.5 to 0.4.0.
- [Release notes](https://github.com/gimli-rs/cpp_demangle/releases)
- [Changelog](https://github.com/gimli-rs/cpp_demangle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gimli-rs/cpp_demangle/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/src/agent/cpp_demangle-0.4.0 branch from 7aa05ee to db5929f Compare February 19, 2023 23:24
@Porges Porges merged commit 9d3321b into main Feb 19, 2023
@dependabot dependabot bot deleted the dependabot/cargo/src/agent/cpp_demangle-0.4.0 branch February 19, 2023 23:47
@mgreisen mgreisen mentioned this pull request Mar 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

3 participants