deps: bump axum from 0.6.20 to 0.7.1 #14603
ci.yml
on: pull_request
gather_published_crates
12s
Run all WASM tests
1m 36s
Compile with MSRV
36s
Check rustdoc intra-doc links
51s
IPFS Integration tests
55s
examples
1m 11s
semver
7m 6s
rustfmt
13s
manifest_lint
15s
Check for changes in proto files
16s
Ensure that `Cargo.lock` is up-to-date
17s
cargo-deny
25s
Matrix: clippy
Matrix: cross
Matrix: feature_matrix
Matrix: test
Annotations
14 errors
clippy (nightly-2023-09-10):
examples/browser-webrtc/src/main.rs#L115
failed to resolve: could not find `Server` in `axum`
|
clippy (nightly-2023-09-10):
examples/browser-webrtc/src/main.rs#L108
the trait bound `tower_http::cors::AllowMethods: std::convert::From<[axum::http::Method; 1]>` is not satisfied
|
clippy (nightly-2023-09-10):
examples/browser-webrtc/src/main.rs#L106
the trait bound `tower_http::cors::Cors<axum::routing::Route>: tower_service::Service<axum::http::Request<axum::body::Body>>` is not satisfied
|
clippy (nightly-2023-09-10)
Process completed with exit code 101.
|
Compile with MSRV:
examples/browser-webrtc/src/main.rs#L115
failed to resolve: could not find `Server` in `axum`
|
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<Body>>` 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
Process completed with exit code 101.
|
examples:
examples/browser-webrtc/src/main.rs#L115
failed to resolve: could not find `Server` in `axum`
|
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<Body>>` is not satisfied
|
examples
Process completed with exit code 101.
|
semver
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|