fix(deps): update all non-major dependencies #314
Annotations
8 errors and 1 warning
Check
Process completed with exit code 101.
|
the trait bound `reqwest_tracing::TracingMiddleware<reqwest_tracing::SpanBackendWithUrl>: reqwest_middleware::Middleware` is not satisfied:
src/lib.rs#L44
error[E0277]: the trait bound `reqwest_tracing::TracingMiddleware<reqwest_tracing::SpanBackendWithUrl>: reqwest_middleware::Middleware` is not satisfied
--> src/lib.rs:44:19
|
44 | .with(TracingMiddleware::<SpanBackendWithUrl>::new())
| ---- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `for<'a> Fn(reqwest::Request, &'a mut http::extensions::Extensions, reqwest_middleware::Next<'a>)` is not implemented for `reqwest_tracing::TracingMiddleware<reqwest_tracing::SpanBackendWithUrl>`, which is required by `reqwest_tracing::TracingMiddleware<reqwest_tracing::SpanBackendWithUrl>: reqwest_middleware::Middleware`
| |
| required by a bound introduced by this call
|
= note: required for `reqwest_tracing::TracingMiddleware<reqwest_tracing::SpanBackendWithUrl>` to implement `reqwest_middleware::Middleware`
note: required by a bound in `reqwest_middleware::ClientBuilder::with`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-middleware-0.4.0/src/client.rs:51:12
|
49 | pub fn with<M>(self, middleware: M) -> Self
| ---- required by a bound in this associated function
50 | where
51 | M: Middleware,
| ^^^^^^^^^^ required by this bound in `ClientBuilder::with`
|
Clippy
Clippy has exited with exit code 101
|
Test Suite (ubuntu-latest, stable)
Process completed with exit code 101.
|
Coverage
Process completed with exit code 1.
|
Test Suite (macos-latest, stable)
The job was canceled because "ubuntu-latest_stable" failed.
|
Test Suite (macos-latest, stable)
The operation was canceled.
|
Test Suite (windows-latest, stable)
The job was canceled because "ubuntu-latest_stable" failed.
|
Clippy
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
|