Update Rust crate clap to v4.6.6 #47
Annotations
8 warnings
|
this creates an owned instance just for comparison:
src/main.rs#L21
warning: this creates an owned instance just for comparison
--> src/main.rs:21:20
|
21 | if cli.path == PathBuf::from("-") {
| ^^^^^^^^^^^^^^^^^^ help: try: `*"-"`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.98.0/index.html#cmp_owned
= note: `#[warn(clippy::cmp_owned)]` on by default
|
|
rust
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions-rs/cargo@v1.0.3, actions-rs/clippy-check@v1.0.7, actions-rs/toolchain@v1.0.7. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
rust
Cargo.toml: unused manifest key: dependencies.base32768.commit
|
|
rust
Cargo.toml: unused manifest key: dependencies.base32768.commit
|
|
rust
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/
|
|
rust
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/
|
|
rust
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/
|
|
rust
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/
|