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 #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 23, 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.

@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 2, 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 3, 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 13, 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 14, 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 16, 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 21, 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 31, 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 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 Sep 2, 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 Sep 5, 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 Sep 5, 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 Sep 24, 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 Sep 27, 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 Sep 28, 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 Oct 5, 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 Oct 8, 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 Oct 11, 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 Oct 13, 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 Oct 16, 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 Oct 25, 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 Oct 28, 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 Nov 15, 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 Nov 23, 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 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/mockall-0.x branch from dc008b3 to 014a51a Compare December 6, 2024 16:13
@renovate renovate bot changed the title fix(deps): update rust crate mockall to 0.13.0 Update Rust crate mockall to 0.13.0 Dec 8, 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 Jan 17, 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 Jan 31, 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 3, 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 014a51a to 68fb6ac Compare February 5, 2025 16:13
@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
@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 22, 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 25, 2025
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