Skip to content

chore: update dependencies #1564

chore: update dependencies

chore: update dependencies #1564

Triggered via pull request February 22, 2024 03:03
Status Failure
Total duration 1m 10s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test: crates/server/src/auth/tls.rs#L12
unused import: `rustls_pki_types::PrivateKeyDer`
test: crates/server/src/builder.rs#L120
the trait bound `TlsAcceptor: From<Arc<rustls::ServerConfig>>` is not satisfied
test: crates/server/src/auth/tls.rs#L58
no method named `pop` found for opaque type `impl Iterator<Item = Result<Item, std::io::Error>> + '_` in the current scope
test: crates/server/src/auth/tls.rs#L61
mismatched types
test: crates/server/src/auth/tls.rs#L61
mismatched types
test: crates/server/src/auth/tls.rs#L61
cannot find function, tuple struct or tuple variant `PrivateKey` in this scope
test: crates/server/src/auth/tls.rs#L64
no method named `is_empty` found for opaque type `impl Iterator<Item = Result<Item, std::io::Error>> + '_` in the current scope
test: crates/server/src/auth/tls.rs#L75
mismatched types
test: crates/server/src/auth/tls.rs#L78
failed to resolve: use of undeclared type `AllowAnyAnonymousOrAuthenticatedClient`
test: crates/server/src/auth/tls.rs#L82
no method named `with_safe_defaults` found for struct `rustls::ConfigBuilder` in the current scope
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/