fix(deps): update rust crate anyhow to 1.0.57 #18
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:
1.0.47
->1.0.57
Release Notes
dtolnay/anyhow
v1.0.57
Compare Source
v1.0.56
Compare Source
must_use
warning when an Error created byanyhow!
is not used, perhaps because the programmer meant to writebail!
instead (#229)v1.0.55
Compare Source
v1.0.54
Compare Source
ensure!
when the expression involves a negative literal const generic as the first generic argument of a method call (#224)v1.0.53
Compare Source
v1.0.52
Compare Source
v1.0.51
Compare Source
Ok
fnv1.0.50
Compare Source
ensure!
macro (#199, #200, #202, #203, #204, #205, #206)v1.0.49
Compare Source
anyhow::Ok(v)
equivalent toOk::<_, anyhow::Error>(v)
(#192)v1.0.48
Compare Source
Debug
rendering of lhs and rhs inensure!
messages (#193, #194, #195, #196, #197, #198)Example:
Configuration
📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.