chore(deps): update all non-major dependencies #325
Annotations
6 warnings
this lifetime isn't used in the function definition:
src/runner.rs#L150
warning: this lifetime isn't used in the function definition
--> src/runner.rs:150:32
|
150 | async fn crontab_scheduler<'e>(&self) -> Result<(), WorkerRuntimeError> {
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes
= note: `#[warn(clippy::extra_unused_lifetimes)]` on by default
|
the following explicit lifetimes could be elided: 'e:
crates/migrations/src/sql/mod.rs#L56
warning: the following explicit lifetimes could be elided: 'e
--> crates/migrations/src/sql/mod.rs:56:26
|
56 | pub async fn execute<'e>(
| ^^
57 | &self,
58 | tx: &mut Transaction<'e, Postgres>,
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `#[warn(clippy::needless_lifetimes)]` on by default
|
check
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
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
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
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/
|