cargo update #512
scheduled.yml
on: pull_request
ubuntu / nightly
16s
ubuntu / beta / updated
53s
Annotations
2 errors and 16 warnings
ubuntu / nightly
the lock file /home/runner/work/faktory-rs/faktory-rs/Cargo.lock needs to be updated but --locked was passed to prevent this
|
ubuntu / nightly
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
ubuntu / nightly
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ubuntu / nightly
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/
|
ubuntu / nightly
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/
|
ubuntu / nightly
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/
|
ubuntu / nightly
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/
|
type parameter `W` goes unused in function definition:
src/proto/single/cmd.rs#L11
warning: type parameter `W` goes unused in function definition
--> src/proto/single/cmd.rs:11:17
|
11 | fn write_queues<W, S>(w: &mut dyn Write, queues: &[S]) -> Result<(), Error>
| ^
|
= help: consider removing the parameter
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_type_parameters
= note: `#[warn(clippy::extra_unused_type_parameters)]` on by default
|
unused import: `self::single::Hi`:
src/proto/mod.rs#L19
warning: unused import: `self::single::Hi`
--> src/proto/mod.rs:19:9
|
19 | pub use self::single::Hi;
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
type parameter `W` goes unused in function definition:
src/proto/single/cmd.rs#L11
warning: type parameter `W` goes unused in function definition
--> src/proto/single/cmd.rs:11:17
|
11 | fn write_queues<W, S>(w: &mut dyn Write, queues: &[S]) -> Result<(), Error>
| ^
|
= help: consider removing the parameter
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_type_parameters
= note: `#[warn(clippy::extra_unused_type_parameters)]` on by default
|
unused import: `self::single::Hi`:
src/proto/mod.rs#L19
warning: unused import: `self::single::Hi`
--> src/proto/mod.rs:19:9
|
19 | pub use self::single::Hi;
| ^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
ubuntu / beta / updated
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ubuntu / beta / updated:
src/proto/mod.rs#L19
unused import: `self::single::Hi`
|
ubuntu / beta / updated
`faktory` (lib) generated 1 warning (run `cargo fix --lib -p faktory` to apply 1 suggestion)
|
ubuntu / beta / updated
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/
|
ubuntu / beta / updated
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/
|
ubuntu / beta / updated
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/
|
ubuntu / beta / updated
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/
|