Update Rust crate mockall to 0.11.3 - autoclosed #6

Closed
kjuulh wants to merge 5 commits from renovate/mockall-0.x into main
Owner

This PR contains the following updates:

Package Type Update Change
mockall dependencies patch 0.11.1 -> 0.11.3

Release Notes

asomers/mockall

v0.11.3

Compare Source

v0.11.2

Compare Source

Fixed
  • Suppress "dead code" warnings when automocking a struct's private method. It
    might be used only by other public methods in the same struct.
    (#​397)

  • Fixed using Mockall when a function named Ok is in scope. The anyhow
    crate, for example, creates a function by this name.
    (#​389)


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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, click this checkbox.

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 | patch | `0.11.1` -> `0.11.3` | --- ### Release Notes <details> <summary>asomers/mockall</summary> ### [`v0.11.3`](https://github.com/asomers/mockall/compare/v0.11.2...v0.11.3) [Compare Source](https://github.com/asomers/mockall/compare/v0.11.2...v0.11.3) ### [`v0.11.2`](https://github.com/asomers/mockall/blob/HEAD/CHANGELOG.md#&#8203;0112---2022-07-24) [Compare Source](https://github.com/asomers/mockall/compare/v0.11.1...v0.11.2) ##### Fixed - Suppress "dead code" warnings when automocking a struct's private method. It might be used only by other public methods in the same struct. ([#&#8203;397](https://github.com/asomers/mockall/pull/397)) - Fixed using Mockall when a function named `Ok` is in scope. The `anyhow` crate, for example, creates a function by this name. ([#&#8203;389](https://github.com/asomers/mockall/pull/389)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
kjuulh added 1 commit 2022-10-26 08:42:16 +02:00
kjuulh changed title from Update Rust crate mockall to 0.11.3 to Update Rust crate mockall to 0.11.3 - autoclosed 2022-10-26 18:06:37 +02:00
kjuulh closed this pull request 2022-10-26 18:06:37 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
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: kjuulh/como#6
No description provided.