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
rustls-platform-verifier 0.4 may break compile.
please upgrade to 0.5, thanks
error[E0277]: the trait bound `webpki::Error: std::error::Error` is not satisfied
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.4.0/src/verification/others.rs:234:40
|
234 | other_err.0.downcast_ref::<webpki::Error>()
| ------------ ^^^^^^^^^^^^^ the trait `std::error::Error` is not implemented for `webpki::Error`
| |
| required by a bound introduced by this call
|
note: required by a bound in `<(dyn std::error::Error + Send + Sync + 'static)>::downcast_ref`
--> /rustc/4eb161250e340c8f48f66e2b929ef4a5bed7c181/library/core/src/error.rs:271:5
For more information about this error, try `rustc --explain E0277`.
error: could not compile `rustls-platform-verifier` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
rustls-platform-verifier 0.4 may break compile.
please upgrade to 0.5, thanks