Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2025

This PR contains the following updates:

Package Type Update Change
mockall dependencies minor 0.13.0 -> 0.14.0

Release Notes

asomers/mockall (mockall)

v0.14.0

Compare Source

Added
  • Allow mocking structs and traits with const generics.
    (#​649)

  • Compatibility with the #[trait_variant::make] macro.
    (#​640)

  • Allow Expectations with a non-exact call count to be used in Sequences.
    (#​660)

Changed
  • The MSRV is now Rust 1.77.0.
    (#​650)
Fixed
  • No longer poison a static mock method's internal Mutex when panicing, even
    when using a stable Rust compiler. Also, no longer poison it even if there
    is no Context object. For example, if the user never set an Expectation at
    all.
    (#​650)

  • Suppress single-use-lifetimes lints in the generated code, for cases where
    the orginal code wouldn't have triggered the warning.
    (#​627)

  • Fix mocking foreign functions with a variadic argument and no pattern, for
    example fn foo(...) as opposed to fn bar(x: ...). That worked in prior
    versions of Mockall only until Rust 1.93.0, which made such arguments illegal
    for Rust functions.
    (#​673)

  • Fully qualify Send and Sync traits in generated code, allowing structs named
    Send or Sync to be in scope without conflicts.
    (#​672)


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 is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/mockall-0.x branch 2 times, most recently from 4fe2524 to a81eb3f Compare November 25, 2025 11:15
@renovate renovate bot force-pushed the renovate/mockall-0.x branch from a81eb3f to 0284941 Compare December 4, 2025 17:46
@renovate renovate bot force-pushed the renovate/mockall-0.x branch from 0284941 to deefabf Compare December 21, 2025 02:51
@sheepduke sheepduke merged commit aa3a6fb into main Dec 21, 2025
8 of 9 checks passed
@renovate renovate bot deleted the renovate/mockall-0.x branch December 21, 2025 03:00
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.

2 participants