fix(deps): update rust crate reqwest to 0.12 #15807
Annotations
10 errors
Run Cargo Test:
tailcall-http-cache/src/cache.rs#L112
the trait bound `reqwest::Request: RequestLike` is not satisfied
|
Run Cargo Test:
tailcall-http-cache/src/cache.rs#L112
the trait bound `reqwest::Response: ResponseLike` is not satisfied
|
Run Cargo Test:
tailcall-http-cache/src/cache.rs#L86
no method named `url` found for struct `http::response::Builder` in the current scope
|
Run Cargo Test:
tailcall-http-cache/src/cache.rs#L78
unused import: `ResponseBuilderExt`
|
Run Cargo Test:
src/core/auth/basic.rs#L21
no method named `typed_try_get` found for struct `reqwest::header::HeaderMap` in the current scope
|
Run Cargo Test:
src/core/auth/jwt/jwt_verify.rs#L44
no method named `typed_try_get` found for struct `reqwest::header::HeaderMap` in the current scope
|
Run Cargo Test:
src/core/path.rs#L212
mismatched types
|
Run Cargo Test:
src/core/graphql/request_template.rs#L35
mismatched types
|
Run Cargo Test:
src/core/graphql/request_template.rs#L51
the trait bound `reqwest::header::HeaderMap: Extend<(std::option::Option<headers::HeaderName>, headers::HeaderValue)>` is not satisfied
|
Run Cargo Test:
src/core/graphql/request_template.rs#L57
the trait bound `reqwest::header::HeaderMap: Extend<(std::option::Option<headers::HeaderName>, headers::HeaderValue)>` is not satisfied
|
Loading