fix(deps): update rust crate mockall to 0.14.0 #174

Merged
realaravinth merged 1 commit from renovate/mockall-0.x into master 2026-06-19 15:34:29 +05:30
Member

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 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mockall](https://github.com/asomers/mockall) | dependencies | minor | `0.13.0` -> `0.14.0` | --- ### Release Notes <details> <summary>asomers/mockall (mockall)</summary> ### [`v0.14.0`](https://github.com/asomers/mockall/blob/HEAD/CHANGELOG.md#0140---2025-11-22) [Compare Source](https://github.com/asomers/mockall/compare/v0.13.1...v0.14.0) ##### Added - Allow mocking structs and traits with const generics. ([#&#8203;649](https://github.com/asomers/mockall/pull/649)) - Compatibility with the `#[trait_variant::make]` macro. ([#&#8203;640](https://github.com/asomers/mockall/pull/640)) - Allow Expectations with a non-exact call count to be used in Sequences. ([#&#8203;660](https://github.com/asomers/mockall/pull/660)) ##### Changed - The MSRV is now Rust 1.77.0. ([#&#8203;650](https://github.com/asomers/mockall/pull/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. ([#&#8203;650](https://github.com/asomers/mockall/pull/650)) - Suppress `single-use-lifetimes` lints in the generated code, for cases where the orginal code wouldn't have triggered the warning. ([#&#8203;627](https://github.com/asomers/mockall/pull/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. ([#&#8203;673](https://github.com/asomers/mockall/pull/673)) - Fully qualify `Send` and `Sync` traits in generated code, allowing structs named `Send` or `Sync` to be in scope without conflicts. ([#&#8203;672](https://github.com/asomers/mockall/pull/672)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41Mi44IiwidXBkYXRlZEluVmVyIjoiNDIuNTIuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
fix(deps): update rust crate mockall to 0.14.0
All checks were successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
0b45b53e56
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
libre-solutions/vanikam!174
No description provided.