deps: bump tower-http from 0.4.4 to 0.5.0 #14604
ci.yml
on: pull_request
gather_published_crates
10s
Run all WASM tests
1m 31s
Compile with MSRV
37s
Check rustdoc intra-doc links
47s
IPFS Integration tests
54s
examples
1m 16s
semver
7m 20s
rustfmt
12s
manifest_lint
15s
Check for changes in proto files
15s
Ensure that `Cargo.lock` is up-to-date
23s
cargo-deny
26s
Matrix: clippy
Matrix: cross
Matrix: feature_matrix
Matrix: test
Annotations
13 errors
Compile with MSRV:
examples/browser-webrtc/src/main.rs#L108
the trait bound `AllowMethods: From<[Method; 1]>` is not satisfied
|
Compile with MSRV:
examples/browser-webrtc/src/main.rs#L106
the trait bound `Cors<Route<_>>: tower_service::Service<axum::http::Request<_>>` is not satisfied
|
Compile with MSRV:
examples/browser-webrtc/src/main.rs#L73
cannot check whether the hidden type of opaque type satisfies auto traits
|
Compile with MSRV:
interop-tests/src/bin/wasm_ping.rs#L74
the trait bound `Cors<Route<_>>: tower_service::Service<axum::http::Request<_>>` is not satisfied
|
Compile with MSRV:
interop-tests/src/bin/wasm_ping.rs#L75
the trait bound `tower_http::trace::Trace<Route<_>, SharedClassifier<ServerErrorsAsFailures>>: tower_service::Service<axum::http::Request<_>>` is not satisfied
|
Compile with MSRV
Process completed with exit code 101.
|
clippy (nightly-2023-09-10):
interop-tests/src/bin/wasm_ping.rs#L74
the trait bound `tower_http::cors::Cors<axum::routing::Route<_>>: tower_service::Service<axum::http::Request<_>>` is not satisfied
|
clippy (nightly-2023-09-10):
interop-tests/src/bin/wasm_ping.rs#L75
the trait bound `tower_http::trace::Trace<axum::routing::Route<_>, tower_http::classify::SharedClassifier<tower_http::classify::ServerErrorsAsFailures>>: tower_service::Service<axum::http::Request<_>>` is not satisfied
|
clippy (nightly-2023-09-10)
Process completed with exit code 101.
|
examples:
examples/browser-webrtc/src/main.rs#L108
the trait bound `AllowMethods: From<[Method; 1]>` is not satisfied
|
examples:
examples/browser-webrtc/src/main.rs#L106
the trait bound `Cors<Route<_>>: tower_service::Service<axum::http::Request<_>>` is not satisfied
|
examples
Process completed with exit code 101.
|
semver
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|