fix(deps): update rust crate mockall to 0.13.0 #61

Merged
realaravinth merged 1 commit from renovate/mockall-0.x into master 2024-07-23 20:05:55 +05:30
Member

This PR contains the following updates:

Package Type Update Change
mockall dependencies minor 0.12.1 -> 0.13.0

Release Notes

asomers/mockall (mockall)

v0.13.0

Compare Source

Added
  • Add the ability to use #[concretize] with methods that have an FnMut
    argument.
    (#​595)

  • Add the ability to mock methods that use #[auto_enum], from the
    auto_enums crate. But only for methods that use RPIT; Mockall can't yet
    handle syntax like -> Result<(), impl T>
    (#​590)

  • Add the ability to mock methods that use #[inline] or #[cold], and
    methods or traits that use #[must_use].
    (#​555)

Changed
  • Raised MSRV to 1.71.0 due to the C-unwind ABI.
    (#​585)

  • No longer poison a Context object's internal Mutex when panicing. This
    requires the "nightly" feature.
    (#​527)

Fixed
  • Fixed panicing within mocked extern "C" functions, for example due to
    unsatisfied expectations, with Rust 1.81.0 or newer.
    (#​585)

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.12.1` -> `0.13.0` | --- ### Release Notes <details> <summary>asomers/mockall (mockall)</summary> ### [`v0.13.0`](https://github.com/asomers/mockall/blob/HEAD/CHANGELOG.md#0130---2024-07-21) [Compare Source](https://github.com/asomers/mockall/compare/v0.12.1...v0.13.0) ##### Added - Add the ability to use `#[concretize]` with methods that have an `FnMut` argument. ([#&#8203;595](https://github.com/asomers/mockall/pull/595)) - Add the ability to mock methods that use `#[auto_enum]`, from the `auto_enums` crate. But only for methods that use RPIT; Mockall can't yet handle syntax like `-> Result<(), impl T>` ([#&#8203;590](https://github.com/asomers/mockall/pull/590)) - Add the ability to mock methods that use `#[inline]` or `#[cold]`, and methods or traits that use `#[must_use]`. ([#&#8203;555](https://github.com/asomers/mockall/pull/555)) ##### Changed - Raised MSRV to 1.71.0 due to the `C-unwind` ABI. ([#&#8203;585](https://github.com/asomers/mockall/pull/585)) - No longer poison a Context object's internal `Mutex` when panicing. This requires the "nightly" feature. ([#&#8203;527](https://github.com/asomers/mockall/pull/527)) ##### Fixed - Fixed panicing within mocked `extern "C"` functions, for example due to unsatisfied expectations, with Rust 1.81.0 or newer. ([#&#8203;585](https://github.com/asomers/mockall/pull/585)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMiIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2024-07-22 05:35:09 +05:30
renovate-bot force-pushed renovate/mockall-0.x from 064658d0d8 to ffd5a656f4 2024-07-22 19:06:53 +05:30 Compare
renovate-bot force-pushed renovate/mockall-0.x from ffd5a656f4 to 44b51123c2 2024-07-23 18:35:35 +05:30 Compare
realaravinth merged commit f7bf30dfa9 into master 2024-07-23 20:05:55 +05:30
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#61
No description provided.