Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

fix(deps): update rust crate clap to v4 #427

fix(deps): update rust crate clap to v4

fix(deps): update rust crate clap to v4 #427

Triggered via pull request July 18, 2023 20:12
Status Failure
Total duration 8m 12s
Artifacts

testing.yml

on: pull_request
Linting and Testing
8m 2s
Linting and Testing
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
unresolved import `clap::ArgEnum`: src/main.rs#L3
error[E0432]: unresolved import `clap::ArgEnum` --> src/main.rs:3:12 | 3 | use clap::{ArgEnum, Parser}; | ^^^^^^^ no `ArgEnum` in the root
Linting and Testing
Clippy had exited with the 101 exit code
use of deprecated function `base64::decode`: Use Engine::decode: src/main.rs#L174
warning: use of deprecated function `base64::decode`: Use Engine::decode --> src/main.rs:174:31 | 174 | let payload = base64::decode(auth_header.replace("Basic ", "")).map_err(|e| { | ^^^^^^
use of deprecated function `base64::encode`: Use Engine::encode: src/main.rs#L150
warning: use of deprecated function `base64::encode`: Use Engine::encode --> src/main.rs:150:29 | 150 | base64::encode(&format!("{}:{}", username, password)), | ^^^^^^ | = note: `#[warn(deprecated)]` on by default
Linting and Testing
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/