Skip to content

build(deps): update reqwest requirement from 0.11 to 0.12 #735

build(deps): update reqwest requirement from 0.11 to 0.12

build(deps): update reqwest requirement from 0.11 to 0.12 #735

GitHub Actions / clippy succeeded Aug 6, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (3)

/rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/core/src/macros/mod.rs|40 col 32| error[E0277]: can't compare reqwest::StatusCode with actix_web::http::StatusCode
--> actix-identity/tests/integration/integration.rs:13:5
|
13 | assert_eq!(response.status(), StatusCode::UNAUTHORIZED);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for reqwest::StatusCode == actix_web::http::StatusCode
|
= help: the trait std::cmp::PartialEq<actix_web::http::StatusCode> is not implemented for reqwest::StatusCode
= help: the following other types implement trait std::cmp::PartialEq<Rhs>:
<reqwest::StatusCode as std::cmp::PartialEq>
<reqwest::StatusCode as std::cmp::PartialEq>
= note: this error originates in the macro assert_eq (in Nightly builds, run with -Z macro-backtrace for more info)
/rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/core/src/macros/mod.rs|40 col 32| error[E0277]: can't compare reqwest::StatusCode with actix_web::http::StatusCode
--> actix-identity/tests/integration/integration.rs:55:5
|
55 | assert_eq!(response.status(), StatusCode::UNAUTHORIZED);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for reqwest::StatusCode == actix_web::http::StatusCode
|
= help: the trait std::cmp::PartialEq<actix_web::http::StatusCode> is not implemented for reqwest::StatusCode
= help: the following other types implement trait std::cmp::PartialEq<Rhs>:
<reqwest::StatusCode as std::cmp::PartialEq>
<reqwest::StatusCode as std::cmp::PartialEq>
= note: this error originates in the macro assert_eq (in Nightly builds, run with -Z macro-backtrace for more info)
/rustc/051478957371ee0084a7c0913941d2a8c4757bb9/library/core/src/macros/mod.rs|40 col 32| error[E0277]: can't compare reqwest::StatusCode with actix_web::http::StatusCode
--> actix-identity/tests/integration/integration.rs:109:5
|
109 | assert_eq!(response.status(), StatusCode::UNAUTHORIZED);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for reqwest::StatusCode == actix_web::http::StatusCode
|
= help: the trait std::cmp::PartialEq<actix_web::http::StatusCode> is not implemented for reqwest::StatusCode
= help: the following other types implement trait std::cmp::PartialEq<Rhs>:
<reqwest::StatusCode as std::cmp::PartialEq>
<reqwest::StatusCode as std::cmp::PartialEq>
= note: this error originates in the macro assert_eq (in Nightly builds, run with -Z macro-backtrace for more info)