Skip to content

chore(deps): update dependency cargo-mutants to v25.2.2#28

Merged
eirnym merged 1 commit intomainfrom
renovate/cargo-mutants-25.x
Aug 10, 2025
Merged

chore(deps): update dependency cargo-mutants to v25.2.2#28
eirnym merged 1 commit intomainfrom
renovate/cargo-mutants-25.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 10, 2025

This PR contains the following updates:

Package Update Change
cargo-mutants (source) minor 25.0.1 -> 25.2.2

Release Notes

sourcefrog/cargo-mutants (cargo-mutants)

v25.2.2

Compare Source

  • Changed: The mutant name of "replace match guard" mutations now includes the original match guard, for example replace match guard path.path.is_ident("str") with true in type_replacements. Similarly, the "delete match arm" mutation includes the pattern of the arm, for example delete match arm BinOp::BitOr(_) in ....

  • Internal: Automatically publish cargo-mutants to crates.io from GitHub Actions.

v25.2.1

Compare Source

  • Fixed: Updated to syn 2.0.104, which understands new Rust syntax including impl trait precise capturing.

v25.2.0

Compare Source

  • New: gitignore config key in .cargo/mutants.toml to control whether .gitignore patterns are respected when copying source trees, corresponding to --gitignore.

  • Changed: The mutant name for mutations of match statements and guard expressions now includes the enclosing function name, for example replace match guard with true in find_path_attribute.

v25.1.0

Compare Source

  • Changed: The --gitignore option now defaults to false, meaning .gitignore patterns are no longer respected when copying source trees by default. The /target directory is still excluded by default through explicit filtering. To restore the previous behavior, use --gitignore=true.

  • New: Mutate > to >= and < to <=.

  • Changed: Mutate &T to Box::leak(Box::new(...)), instead of a reference to a value, so that mutants aren't unviable due to returning references to temporary values.

  • New: --copy-target option allows copying the /target directory to build directories. By default, the target directory is excluded to avoid copying large build artifacts, but --copy-target=true can be used if tests depend on existing build artifacts.

  • New: Feature-related options can now be configured in .cargo/mutants.toml: features, all_features, and no_default_features. Command line arguments take precedence over config file settings for boolean options, while features from both sources are combined.

  • New: Produce a json schema for the config file with --emit-schema=config to support schema-guided editing. The schema has been proposed to SchemaStore so many editors should in future support it automatically.

  • New: The config file path can be specified with the --config option, overriding the default of .cargo/mutants.toml. (The pre-existing --no-config option turns it off.)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

TestsPassed ✅SkippedFailed
Deku String620 ran620 passed0 skipped0 failed

@github-actions
Copy link

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
229 229 100% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 293d7d6 by action🐍

@eirnym eirnym merged commit e66c812 into main Aug 10, 2025
7 checks passed
@eirnym eirnym deleted the renovate/cargo-mutants-25.x branch August 10, 2025 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant