Use the IPv6-friendly default hostname. #218
Annotations
6 errors and 9 warnings
no field `host` on type `config::Config`:
src/main.rs#L116
error[E0609]: no field `host` on type `config::Config`
--> src/main.rs:116:27
|
116 | .bind((config.host, HTTP_PORT))?
| ^^^^ unknown field
|
= note: available fields are: `tls`, `store`, `authentication`, `port`, `www`, `redirect_http`
|
no field `host` on type `config::Config`:
src/main.rs#L101
error[E0609]: no field `host` on type `config::Config`
--> src/main.rs:101:27
|
101 | .bind_openssl((config.host, config.port), tls)?
| ^^^^ unknown field
|
= note: available fields are: `tls`, `store`, `authentication`, `port`, `www`, `redirect_http`
|
cargo-clippy
Clippy had exited with the 101 exit code
|
cargo-test:
src/main.rs#L101
no field `host` on type `config::Config`
|
cargo-test:
src/main.rs#L116
no field `host` on type `config::Config`
|
cargo-test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
cargo-deny
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cargo-clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cargo-clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cargo-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cargo-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, 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/
|
cargo-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
cargo-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
cargo-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
cargo-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|