chore(deps): update rustls-platform-verifier requirement from 0.3 to 0.4 #4233
ci.yml
on: pull_request
Check style
32s
Check rustdoc
40s
Check
1m 13s
Run tests Ubuntu
4m 31s
Run tests macos
3m 31s
Run tests Windows
7m 43s
Test wasm
1m 12s
Annotations
70 warnings
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead:
client/transport/src/ws/mod.rs#L636
warning: use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
--> client/transport/src/ws/mod.rs:636:57
|
636 | CertificateStore::Native => rustls_platform_verifier::tls_config(),
| ^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
using tabs in doc comments is not recommended:
server/src/server.rs#L750
warning: using tabs in doc comments is not recommended
--> server/src/server.rs:750:7
|
750 | /// .to_service_builder();
| ^^^^^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
server/src/server.rs#L749
warning: using tabs in doc comments is not recommended
--> server/src/server.rs:749:10
|
749 | /// .set_config(ServerConfig::builder().max_connections(33).build())
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
= note: `#[warn(clippy::tabs_in_doc_comments)]` on by default
|
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead:
client/http-client/src/transport.rs#L234
warning: use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
--> client/http-client/src/transport.rs:234:50
|
234 | .with_tls_config(rustls_platform_verifier::tls_config())
| ^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
using tabs in doc comments is not recommended:
server/src/server.rs#L750
warning: using tabs in doc comments is not recommended
--> server/src/server.rs:750:7
|
750 | /// .to_service_builder();
| ^^^^^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
server/src/server.rs#L749
warning: using tabs in doc comments is not recommended
--> server/src/server.rs:749:10
|
749 | /// .set_config(ServerConfig::builder().max_connections(33).build())
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
= note: `#[warn(clippy::tabs_in_doc_comments)]` on by default
|
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead:
client/http-client/src/transport.rs#L234
warning: use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
--> client/http-client/src/transport.rs:234:50
|
234 | .with_tls_config(rustls_platform_verifier::tls_config())
| ^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead:
client/transport/src/ws/mod.rs#L636
warning: use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
--> client/transport/src/ws/mod.rs:636:57
|
636 | CertificateStore::Native => rustls_platform_verifier::tls_config(),
| ^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead:
client/http-client/src/transport.rs#L234
warning: use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
--> client/http-client/src/transport.rs:234:50
|
234 | .with_tls_config(rustls_platform_verifier::tls_config())
| ^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead:
client/transport/src/ws/mod.rs#L636
warning: use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
--> client/transport/src/ws/mod.rs:636:57
|
636 | CertificateStore::Native => rustls_platform_verifier::tls_config(),
| ^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
using tabs in doc comments is not recommended:
server/src/server.rs#L750
warning: using tabs in doc comments is not recommended
--> server/src/server.rs:750:7
|
750 | /// .to_service_builder();
| ^^^^^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
|
using tabs in doc comments is not recommended:
server/src/server.rs#L749
warning: using tabs in doc comments is not recommended
--> server/src/server.rs:749:10
|
749 | /// .set_config(ServerConfig::builder().max_connections(33).build())
| ^^^^ help: consider using four spaces per tab
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#tabs_in_doc_comments
= note: `#[warn(clippy::tabs_in_doc_comments)]` on by default
|
Check style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1.0.7, actions-rs/cargo@v1.0.3, 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/
|
Check style
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1.0.7, actions-rs/cargo@v1.0.3, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check style
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/
|
Check style
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/
|
Check style
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/
|
Check style
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/
|
Check rustdoc
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1.0.7. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check rustdoc
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1.0.7. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check rustdoc
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/
|
Check rustdoc
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/
|
Check rustdoc
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/
|
Check rustdoc
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/
|
Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1.0.7. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1.0.7. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check
New version for cargo-machete available: 0.7.0
|
Check
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/
|
Check
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/
|
Check
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/
|
Check
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/
|
Check
New version for cargo-hack available: 0.6.33
|
Run tests macos
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1.0.7, actions-rs/cargo@v1.0.3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests macos
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1.0.7, actions-rs/cargo@v1.0.3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run tests macos:
client/transport/src/ws/mod.rs#L636
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests macos:
client/http-client/src/transport.rs#L234
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests macos:
client/transport/src/ws/mod.rs#L636
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests macos:
client/http-client/src/transport.rs#L234
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests macos:
client/transport/src/ws/mod.rs#L636
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests macos:
client/http-client/src/transport.rs#L234
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests macos:
client/transport/src/ws/mod.rs#L636
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests macos:
client/http-client/src/transport.rs#L234
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests macos:
client/transport/src/ws/mod.rs#L636
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests macos:
client/http-client/src/transport.rs#L234
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests macos
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/
|
Run tests macos
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/
|
Run tests macos
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/
|
Run tests macos
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/
|
Run tests Ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1.0.7, actions-rs/cargo@v1.0.3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests Ubuntu
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1.0.7, actions-rs/cargo@v1.0.3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run tests Ubuntu
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/
|
Run tests Ubuntu
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/
|
Run tests Ubuntu
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/
|
Run tests Ubuntu
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/
|
Run tests Ubuntu:
client/transport/src/ws/mod.rs#L636
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests Ubuntu:
client/http-client/src/transport.rs#L234
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests Ubuntu:
client/transport/src/ws/mod.rs#L636
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests Ubuntu:
client/http-client/src/transport.rs#L234
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests Ubuntu:
client/transport/src/ws/mod.rs#L636
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests Ubuntu:
client/http-client/src/transport.rs#L234
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests Ubuntu:
client/transport/src/ws/mod.rs#L636
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests Ubuntu:
client/http-client/src/transport.rs#L234
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests Ubuntu:
client/transport/src/ws/mod.rs#L636
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests Ubuntu:
client/http-client/src/transport.rs#L234
use of deprecated function `rustls_platform_verifier::tls_config`: use the `ConfigVerifierExt` instead
|
Run tests Windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1.0.7, actions-rs/cargo@v1.0.3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests Windows
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1.0.7, actions-rs/cargo@v1.0.3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run tests Windows
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/
|
Run tests Windows
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/
|
Run tests Windows
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/
|
Run tests Windows
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/
|