Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 22, 2024

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.1

Compare Source

Fixed
  • Suppress warnings about the #[expect] lint, new in Rust 1.81.0, in
    generated code.
    (#​619)

  • Suppress the #[clippy::ref_option] warning, new in Rust 1.83.0, in
    generated code.
    (#​618)

  • When mocking functions with a closure argument, but not using
    #[concretize], include any additional trait bounds in the trait object
    argument passed to .with and .returning.
    (#​606)

  • Fixed naming conflict when mocking multiple traits with same name but from
    different modules.
    (#​601)

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 was generated by Mend Renovate. View the repository job log.

@MShekow MShekow force-pushed the main branch 5 times, most recently from 2c20471 to e678cda Compare July 31, 2024 03:27
@renovate renovate bot changed the title Update Rust crate mockall to 0.13.0 fix(deps): update rust crate mockall to 0.13.0 Jul 31, 2024
@renovate renovate bot changed the title fix(deps): update rust crate mockall to 0.13.0 Update Rust crate mockall to 0.13.0 Aug 1, 2024
@renovate renovate bot changed the title Update Rust crate mockall to 0.13.0 fix(deps): update rust crate mockall to 0.13.0 Aug 2, 2024
@MShekow MShekow force-pushed the main branch 5 times, most recently from 6c29ccd to 11a0a84 Compare August 9, 2024 03:29
@MShekow MShekow force-pushed the main branch 4 times, most recently from b23cbf7 to bd02328 Compare August 20, 2024 03:31
@MShekow MShekow force-pushed the main branch 4 times, most recently from b0074b6 to 824b1a0 Compare August 27, 2024 03:29
@MShekow MShekow force-pushed the main branch 2 times, most recently from 43f828b to 0ac7561 Compare September 4, 2024 03:29
@MShekow MShekow force-pushed the main branch 2 times, most recently from 5106ba4 to a5f44a9 Compare September 6, 2024 03:30
@renovate renovate bot changed the title fix(deps): update rust crate mockall to 0.13.0 Update Rust crate mockall to 0.13.0 Sep 6, 2024
@MShekow MShekow force-pushed the main branch 3 times, most recently from 4cde7bb to 9e8d9c0 Compare January 17, 2025 03:31
@renovate renovate bot changed the title Update Rust crate mockall to 0.13.0 fix(deps): update rust crate mockall to 0.13.0 Jan 17, 2025
@MShekow MShekow force-pushed the main branch 4 times, most recently from bac6879 to 3c19b0e Compare January 24, 2025 03:31
@MShekow MShekow force-pushed the main branch 3 times, most recently from 872c6a2 to f06b694 Compare February 1, 2025 03:32
@renovate renovate bot changed the title fix(deps): update rust crate mockall to 0.13.0 Update Rust crate mockall to 0.13.0 Feb 1, 2025
@renovate renovate bot changed the title Update Rust crate mockall to 0.13.0 fix(deps): update rust crate mockall to 0.13.0 Feb 4, 2025
@renovate renovate bot changed the title fix(deps): update rust crate mockall to 0.13.0 Update Rust crate mockall to 0.13.0 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/mockall-0.x branch from 26050c9 to eba8f7d Compare February 6, 2025 03:34
@MShekow MShekow force-pushed the main branch 3 times, most recently from 87123fe to a56f9cc Compare February 14, 2025 03:32
@renovate renovate bot changed the title Update Rust crate mockall to 0.13.0 fix(deps): update rust crate mockall to 0.13.0 Feb 18, 2025
@MShekow MShekow force-pushed the main branch 4 times, most recently from 5e5e26d to fa876e1 Compare March 1, 2025 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants