kubewarden / policy-sdk-rust

Kubewarden Policy SDK for the Rust programming language
https://kubewarden.io
Apache License 2.0
8 stars 6 forks source link

chore(deps): update rust crate mockall to 0.13.0 #150

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
mockall dev-dependencies minor 0.12.1 -> 0.13.0

Release Notes

asomers/mockall (mockall) ### [`v0.13.0`](https://togithub.com/asomers/mockall/blob/HEAD/CHANGELOG.md#0130---2024-07-21) [Compare Source](https://togithub.com/asomers/mockall/compare/v0.12.1...v0.13.0) ##### Added - Add the ability to use `#[concretize]` with methods that have an `FnMut` argument. ([#​595](https://togithub.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>` ([#​590](https://togithub.com/asomers/mockall/pull/590)) - Add the ability to mock methods that use `#[inline]` or `#[cold]`, and methods or traits that use `#[must_use]`. ([#​555](https://togithub.com/asomers/mockall/pull/555)) ##### Changed - Raised MSRV to 1.71.0 due to the `C-unwind` ABI. ([#​585](https://togithub.com/asomers/mockall/pull/585)) - No longer poison a Context object's internal `Mutex` when panicing. This requires the "nightly" feature. ([#​527](https://togithub.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. ([#​585](https://togithub.com/asomers/mockall/pull/585))

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.



This PR was generated by Mend Renovate. View the repository job log.