-
Notifications
You must be signed in to change notification settings - Fork 0
Update Rust crate anyhow to v1.0.100 #23
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
base: master
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: Cargo.lock |
72d69b8 to
9722081
Compare
9722081 to
ceb559b
Compare
|
ceb559b to
fcc5a50
Compare
fcc5a50 to
3919808
Compare
3919808 to
184bb35
Compare
184bb35 to
6ce8a85
Compare
6ce8a85 to
89de3b1
Compare
89de3b1 to
d8bcd2e
Compare
d8bcd2e to
8846e27
Compare
8846e27 to
5a9f411
Compare
5a9f411 to
2843947
Compare
2843947 to
295538c
Compare
295538c to
b0c6e01
Compare
b0c6e01 to
04a63f9
Compare
04a63f9 to
05573cc
Compare
05573cc to
e9be7e9
Compare
This PR contains the following updates:
1.0.41->1.0.100Release Notes
dtolnay/anyhow (anyhow)
v1.0.100Compare Source
bail!,ensure!,anyhow!(#426)v1.0.99Compare Source
v1.0.98Compare Source
self.into_boxed_dyn_error()andself.reallocate_into_boxed_dyn_error_without_backtrace()methods for anyhow::Error (#415)v1.0.97Compare Source
v1.0.96Compare Source
v1.0.95Compare Source
Error::from_boxed(#401, #402)v1.0.94Compare Source
v1.0.93Compare Source
thiserrorv2v1.0.92Compare Source
&raw constand&raw mutsyntax insideensure!(#390)v1.0.91Compare Source
v1.0.90Compare Source
v1.0.89Compare Source
UnwindSafeandRefUnwindSafeimpl consistently available between versions of Rust newer and older than 1.72 (#386)v1.0.88Compare Source
v1.0.87Compare Source
Error::newandError::chain, in no-std mode on Rust 1.81+ (#383)v1.0.86Compare Source
ensure!with non-literal after minus sign (#373)v1.0.85Compare Source
ensure!macro's rules to unblock some rustc pretty-printer improvements (#368, #371)v1.0.84Compare Source
ensure!through aNotimpl for a type that is notbool(#367)v1.0.83Compare Source
v1.0.82Compare Source
v1.0.81Compare Source
v1.0.80Compare Source
v1.0.79Compare Source
v1.0.78Compare Source
v1.0.77Compare Source
anyhow::Error::backtraceavailable on stable Rust compilers 1.65+ (#293, thanks @LukasKalbertodt)v1.0.76Compare Source
unsafe_op_in_unsafe_fnlint (#329)v1.0.75Compare Source
v1.0.74Compare Source
v1.0.73Compare Source
v1.0.72Compare Source
v1.0.71Compare Source
v1.0.70Compare Source
v1.0.69Compare Source
v1.0.68Compare Source
-Zrustdoc-scrape-exampleson docs.rs for nowv1.0.67Compare Source
context()is used on anOption(#280)v1.0.66Compare Source
contextcall (#279)v1.0.65Compare Source
impl Provider for anyhow::Errorv1.0.64Compare Source
#[source] anyhow::Errorwith thiserror crate (#231)v1.0.63Compare Source
v1.0.62Compare Source
cargoinvocations with IDE builds (#261)v1.0.61Compare Source
v1.0.60Compare Source
--targetto rustc invocation when deciding about backtrace support (#249, thanks @RalfJung)v1.0.59Compare Source
no-stdcategoryv1.0.58Compare Source
v1.0.57Compare Source
log4rs-specific workaround frombail!macro implementationv1.0.56Compare Source
must_usewarning when an Error created byanyhow!is not used, perhaps because the programmer meant to writebail!instead (#229)v1.0.55Compare Source
v1.0.54Compare Source
ensure!when the expression involves a negative literal const generic as the first generic argument of a method call (#224)v1.0.53Compare Source
v1.0.52Compare Source
v1.0.51Compare Source
Okfnv1.0.50Compare Source
ensure!macro (#199, #200, #202, #203, #204, #205, #206)v1.0.49Compare Source
anyhow::Ok(v)equivalent toOk::<_, anyhow::Error>(v)(#192)v1.0.48Compare Source
Debugrendering of lhs and rhs inensure!messages (#193, #194, #195, #196, #197, #198)Example:
v1.0.47Compare Source
v1.0.46Compare Source
Support for implicit format args to match println and other std macros (https://rust-lang.github.io/rfcs/2795-format-args-implicit-identifiers.html)
Detect missing fmt arguments at compile time:
anyhow!("{} not found")(#55)Reduce occurrence of "future cannot be shared between threads safely" in async code using anyhow macros (#186)
v1.0.45Compare Source
anyhow!,ensure!, orbail!with format args and is built with#![no_std]or#v1.0.44Compare Source
v1.0.43Compare Source
v1.0.42Compare Source
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.