Skip to content

feat(rust): bump config-disassembler from 0.5.1 to 0.5.3#29

Merged
mcarvin8 merged 1 commit into
mainfrom
dependabot/cargo/config-disassembler-0.5.3
May 21, 2026
Merged

feat(rust): bump config-disassembler from 0.5.1 to 0.5.3#29
mcarvin8 merged 1 commit into
mainfrom
dependabot/cargo/config-disassembler-0.5.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Bumps config-disassembler from 0.5.1 to 0.5.3.

Release notes

Sourced from config-disassembler's releases.

v0.5.3

Other

  • create formats.md
  • create xml.md
  • simplify readme
  • (mutation) publish mutation score to a shields.io endpoint badge (#54)

v0.5.2

Fixed

  • (mutants) anchor exclude_re on mutant-name format (replace <fn>) (#37)

Other

  • (mutants) exclude three loop-bound infinite-loop hazards (#53)
  • (mutants) extract pure helpers from reassemble/cli (#52)
  • (mutants) extract pure helpers from disassemble/multi_level (#51)
  • (builders) cover decl/fields/leaf-count guards + exclude equivalent strategy branch (#50)
  • (build-xml-string) cover Null/comment/tail/sibling indent + drop dead has_children (#49)
  • disable Swatinem/rust-cache cache-bin to fix macOS flake (#48)
  • (strip-whitespace) cover #cdata and #text-tail whitespace stripping (#47)
  • replace dtolnay/rust-toolchain with actions-rust-lang/setup-rust-toolchain (#46)
  • (mutants) exclude five cosmetic / equivalent mutants surfaced by full sweep (#45)
  • (mutants) skip all parse_reassemble_args mutants (broaden exclude) (#44)
  • (mutants) exclude destructive (None, *, true) parse_reassemble_args mutants (#43)
  • (mutants) install cargo-mutants from upstream main (post-#613) (#42)
  • (mutants) add --in-place to dodge cargo-mutants v27.0.0 #611 tmp-tree bug (#41)
  • (xml/cli) use iterator-based loop in parse_disassemble_args (#40)
  • (cli) kill run_reassemble guard mutant + exclude one equivalent (#39)
  • (jsonc) kill 5 surviving JSONC arithmetic / guard mutants (#38)
  • update Node.js binding reference in README
  • (mutants) fall back to --file when --in-diff finds no mutants (#36)
  • (mutants) skip help-text mutants and cover xml_cmd shim (#35)
  • (jsonc) kill mutation-survivors in jsonc + helper paths (#34)
  • (xml/cli) cover separated-form arg parsing edge cases (#33)
  • add cargo-mutants mutation testing (#31)
Changelog

Sourced from config-disassembler's changelog.

0.5.3 - 2026-05-20

Other

  • create formats.md
  • create xml.md
  • simplify readme
  • (mutation) publish mutation score to a shields.io endpoint badge (#54)

0.5.2 - 2026-05-14

Fixed

  • (mutants) anchor exclude_re on mutant-name format (replace <fn>) (#37)

Other

  • (mutants) exclude three loop-bound infinite-loop hazards (#53)
  • (mutants) extract pure helpers from reassemble/cli (#52)
  • (mutants) extract pure helpers from disassemble/multi_level (#51)
  • (builders) cover decl/fields/leaf-count guards + exclude equivalent strategy branch (#50)
  • (build-xml-string) cover Null/comment/tail/sibling indent + drop dead has_children (#49)
  • disable Swatinem/rust-cache cache-bin to fix macOS flake (#48)
  • (strip-whitespace) cover #cdata and #text-tail whitespace stripping (#47)
  • replace dtolnay/rust-toolchain with actions-rust-lang/setup-rust-toolchain (#46)
  • (mutants) exclude five cosmetic / equivalent mutants surfaced by full sweep (#45)
  • (mutants) skip all parse_reassemble_args mutants (broaden exclude) (#44)
  • (mutants) exclude destructive (None, *, true) parse_reassemble_args mutants (#43)
  • (mutants) install cargo-mutants from upstream main (post-#613) (#42)
  • (mutants) add --in-place to dodge cargo-mutants v27.0.0 #611 tmp-tree bug (#41)
  • (xml/cli) use iterator-based loop in parse_disassemble_args (#40)
  • (cli) kill run_reassemble guard mutant + exclude one equivalent (#39)
  • (jsonc) kill 5 surviving JSONC arithmetic / guard mutants (#38)
  • update Node.js binding reference in README
  • (mutants) fall back to --file when --in-diff finds no mutants (#36)
  • (mutants) skip help-text mutants and cover xml_cmd shim (#35)
  • (jsonc) kill mutation-survivors in jsonc + helper paths (#34)
  • (xml/cli) cover separated-form arg parsing edge cases (#33)
  • add cargo-mutants mutation testing (#31)
Commits
  • fcbb474 chore: release v0.5.3 (#55)
  • e7c9c18 docs: create formats.md
  • 50acbaa docs: create xml.md
  • 0107faa docs: simplify readme
  • e0c00ea ci(mutation): publish mutation score to a shields.io endpoint badge (#54)
  • ca26096 chore: release v0.5.2 (#32)
  • 4ce1ac4 test(mutants): exclude three loop-bound infinite-loop hazards (#53)
  • b15f787 test(mutants): extract pure helpers from reassemble/cli (#52)
  • abbce20 test(mutants): extract pure helpers from disassemble/multi_level (#51)
  • 9bea005 test(builders): cover decl/fields/leaf-count guards + exclude equivalent stra...
  • Additional commits viewable in compare view

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

Bumps [config-disassembler](https://github.com/mcarvin8/config-disassembler) from 0.5.1 to 0.5.3.
- [Release notes](https://github.com/mcarvin8/config-disassembler/releases)
- [Changelog](https://github.com/mcarvin8/config-disassembler/blob/main/CHANGELOG.md)
- [Commits](mcarvin8/config-disassembler@v0.5.1...v0.5.3)

---
updated-dependencies:
- dependency-name: config-disassembler
  dependency-version: 0.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 May 21, 2026
@mcarvin8 mcarvin8 merged commit 37a55cd into main May 21, 2026
3 checks passed
@mcarvin8 mcarvin8 deleted the dependabot/cargo/config-disassembler-0.5.3 branch May 21, 2026 01:15
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.

1 participant