Skip to content

chore(deps): update webbrowser requirement in /crates/cli (#201) #684

chore(deps): update webbrowser requirement in /crates/cli (#201)

chore(deps): update webbrowser requirement in /crates/cli (#201) #684

Triggered via push April 28, 2024 19:43
Status Success
Total duration 1m 46s
Artifacts

ci.yml

on: push
Build, check, and test with all features
51s
Build, check, and test with all features
Check code formatting
29s
Check code formatting
Build using MSRV (lib only)
0s
Build using MSRV (lib only)
Run clippy tests
40s
Run clippy tests
Check rustdoc
36s
Check rustdoc
Matrix: build_cli
Matrix: build_lib
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
Check code formatting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check code formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@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 code formatting
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 code formatting
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 code formatting
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 code formatting
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/
unused import: `query::*`: crates/lib/src/lib.rs#L59
warning: unused import: `query::*` --> crates/lib/src/lib.rs:59:9 | 59 | pub use query::*; | ^^^^^^^^
constants have by default a `'static` lifetime: crates/lib/src/protocols/epic/protocol.rs#L13
warning: constants have by default a `'static` lifetime --> crates/lib/src/protocols/epic/protocol.rs:13:27 | 13 | const EPIC_API_ENDPOINT: &'static str = "https://api.epicgames.dev"; | -^^^^^^^---- help: consider removing `'static`: `&str` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes = note: `#[warn(clippy::redundant_static_lifetimes)]` on by default
unused import: `crate::protocols::epic::Credentials`: crates/lib/src/games/definitions.rs#L12
warning: unused import: `crate::protocols::epic::Credentials` --> crates/lib/src/games/definitions.rs:12:5 | 12 | use crate::protocols::epic::Credentials; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unused import: `protocol::*`: crates/lib/src/games/minecraft/mod.rs#L7
warning: unused import: `protocol::*` --> crates/lib/src/games/minecraft/mod.rs:7:9 | 7 | pub use protocol::*; | ^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
unused import: `query::*`: crates/lib/src/lib.rs#L59
warning: unused import: `query::*` --> crates/lib/src/lib.rs:59:9 | 59 | pub use query::*; | ^^^^^^^^
constants have by default a `'static` lifetime: crates/lib/src/protocols/epic/protocol.rs#L13
warning: constants have by default a `'static` lifetime --> crates/lib/src/protocols/epic/protocol.rs:13:27 | 13 | const EPIC_API_ENDPOINT: &'static str = "https://api.epicgames.dev"; | -^^^^^^^---- help: consider removing `'static`: `&str` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes = note: `#[warn(clippy::redundant_static_lifetimes)]` on by default
unused import: `crate::protocols::epic::Credentials`: crates/lib/src/games/definitions.rs#L12
warning: unused import: `crate::protocols::epic::Credentials` --> crates/lib/src/games/definitions.rs:12:5 | 12 | use crate::protocols::epic::Credentials; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unused import: `protocol::*`: crates/lib/src/games/minecraft/mod.rs#L7
warning: unused import: `protocol::*` --> crates/lib/src/games/minecraft/mod.rs:7:9 | 7 | pub use protocol::*; | ^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
Run clippy tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
Run clippy tests
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/