Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update rust crate mockall to v0.13.1 (#499)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mockall](https://redirect.github.com/asomers/mockall) | workspace.dependencies | patch | `0.13.0` -> `0.13.1` | --- ### Release Notes <details> <summary>asomers/mockall (mockall)</summary> ### [`v0.13.1`](https://redirect.github.com/asomers/mockall/blob/HEAD/CHANGELOG.md#0131---2024-11-17) [Compare Source](https://redirect.github.com/asomers/mockall/compare/v0.13.0...v0.13.1) ##### Fixed - Suppress warnings about the `#[expect]` lint, new in Rust 1.81.0, in generated code. ([#​619](https://redirect.github.com/asomers/mockall/pull/619)) - Suppress the `#[clippy::ref_option]` warning, new in Rust 1.83.0, in generated code. ([#​618](https://redirect.github.com/asomers/mockall/pull/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](https://redirect.github.com/asomers/mockall/pull/606)) - Fixed naming conflict when mocking multiple traits with same name but from different modules. ([#​601](https://redirect.github.com/asomers/mockall/pull/601)) </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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/andrzejressel/pulumi-wasm).
- Loading branch information