You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling reqwest v0.11.3
warning: use of deprecated associated function `failure::Fail::causes`: please use the 'iter_chain()' method instead
--> src/util.rs:59:10
|
59 | .causes()
| ^^^^^^
|
= note: `#[warn(deprecated)]` on by default
warning: 1 warning emitted
The text was updated successfully, but these errors were encountered:
Thanks for the report. This shows up on all systems and configurations.
This is related to error handling. In order to properly fix this I'd like to upgrade to using the thiserror and anyhow crates (like I've done with prs).
I currently have limited time available, sadly. Fixing this as suggested requires some time for plumbing work. As it's a low priority thing I'll leave it open for a later moment to fix.
I see this warning from
cargo build --release
:The text was updated successfully, but these errors were encountered: