Skip to content

Switch to reqwest #1014

Switch to reqwest

Switch to reqwest #1014

Triggered via pull request October 18, 2024 21:14
@gferongferon
synchronize #332
reqwest
Status Success
Total duration 2m 30s
Artifacts

ci.yaml

on: pull_request
Check code formatting
9s
Check code formatting
Clippy
1m 16s
Clippy
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
Check code formatting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
useless conversion to the same type: `&str`: src/cipher.rs#L139
warning: useless conversion to the same type: `&str` --> src/cipher.rs:139:21 | 139 | / "Envelope should have either a legacy message or content." 140 | | .into(), | |_______________________________^ help: consider removing `.into()`: `"Envelope should have either a legacy message or content."` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
unused import: `header::CONTENT_TYPE`: src/push_service/cdn.rs#L4
warning: unused import: `header::CONTENT_TYPE` --> src/push_service/cdn.rs:4:15 | 4 | use reqwest::{header::CONTENT_TYPE, multipart::Part, Method}; | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
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/
Clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
Build / Rust 1.75
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build / Rust beta
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build / Rust stable
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build / Rust nightly
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/