Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

fix(deps): update rust crate base64 to 0.21.1 #574

fix(deps): update rust crate base64 to 0.21.1

fix(deps): update rust crate base64 to 0.21.1 #574

Triggered via push May 22, 2023 04:19
Status Success
Total duration 13m 12s
Artifacts

Lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
unneeded `return` statement: server/src/routes/instances.rs#L109
warning: unneeded `return` statement --> server/src/routes/instances.rs:109:5 | 109 | / return match endpoint_manager.get_endpoint(id.clone()).await { 110 | | Err(_) => empty_response(Some(Status::NotFound)), 111 | | Ok(mut e) => { 112 | | let keys = endpoint_manager.get_keys(e.clone().instance_name).unwrap(); ... | 143 | | } 144 | | }; | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = help: remove `return`
use of deprecated function `base64::decode`: Use Engine::decode: server/src/routes/instances.rs#L113
warning: use of deprecated function `base64::decode`: Use Engine::decode --> server/src/routes/instances.rs:113:27 | 113 | match base64::decode(body.api_token.clone()) { | ^^^^^^ | = note: `#[warn(deprecated)]` on by default
Lint CI
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Lint CI
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/
Lint CI
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/
Lint CI
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/
Lint CI
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/
Lint CI: server/src/routes/instances.rs#L113
use of deprecated function `base64::decode`: Use Engine::decode
Lint CI
`analytics-server` (lib) generated 1 warning