forked from EVerest/everest-core
-
Notifications
You must be signed in to change notification settings - Fork 0
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
renovate
wants to merge
2
commits into
main
Choose a base branch
from
renovate/mockall-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2c20471
to
e678cda
Compare
6c29ccd
to
11a0a84
Compare
b23cbf7
to
bd02328
Compare
b0074b6
to
824b1a0
Compare
43f828b
to
0ac7561
Compare
5106ba4
to
a5f44a9
Compare
4cde7bb
to
9e8d9c0
Compare
bac6879
to
3c19b0e
Compare
872c6a2
to
f06b694
Compare
26050c9
to
eba8f7d
Compare
87123fe
to
a56f9cc
Compare
5e5e26d
to
fa876e1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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, ingenerated code.
(#619)
Suppress the
#[clippy::ref_option]
warning, new in Rust 1.83.0, ingenerated code.
(#618)
When mocking functions with a closure argument, but not using
#[concretize]
, include any additional trait bounds in the trait objectargument 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 anFnMut
argument.
(#595)
Add the ability to mock methods that use
#[auto_enum]
, from theauto_enums
crate. But only for methods that use RPIT; Mockall can't yethandle syntax like
-> Result<(), impl T>
(#590)
Add the ability to mock methods that use
#[inline]
or#[cold]
, andmethods 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. Thisrequires the "nightly" feature.
(#527)
Fixed
extern "C"
functions, for example due tounsatisfied 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.
This PR was generated by Mend Renovate. View the repository job log.