Skip to content

chore(deps): update rust crate uuid to 1.12.1 (#226) #181

chore(deps): update rust crate uuid to 1.12.1 (#226)

chore(deps): update rust crate uuid to 1.12.1 (#226) #181

Triggered via push January 21, 2025 09:37
Status Success
Total duration 9m 13s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 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
Release-plz
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636