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

Open
renovate-bot wants to merge 1 commit from renovate/mockall-0.x into master
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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTkuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
fix(deps): update rust crate mockall to 0.14.0
Some checks failed
renovate/artifacts Artifact file update failure
32ffd3fc59
Author
Member

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: dns/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path dns/Cargo.toml --package mockall@0.13.1 --precise 0.14.0
error: package ID specification `mockall@0.13.1` did not match any packages
help: there are similar package ID specifications:

  mockall@0.14.0

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: dns/Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path dns/Cargo.toml --package mockall@0.13.1 --precise 0.14.0 error: package ID specification `mockall@0.13.1` did not match any packages help: there are similar package ID specifications: mockall@0.14.0 ```
Some checks failed
renovate/artifacts Artifact file update failure
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/mockall-0.x:renovate/mockall-0.x
git switch renovate/mockall-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/mockall-0.x
git switch renovate/mockall-0.x
git rebase master
git switch master
git merge --ff-only renovate/mockall-0.x
git switch renovate/mockall-0.x
git rebase master
git switch master
git merge --no-ff renovate/mockall-0.x
git switch master
git merge --squash renovate/mockall-0.x
git switch master
git merge --ff-only renovate/mockall-0.x
git switch master
git merge renovate/mockall-0.x
git push origin master
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
LibrePages/neo!6
No description provided.