Skip to content

Merge pull request #458 from spacemeshos/dependabot/cargo/thiserror-2… #1650

Merge pull request #458 from spacemeshos/dependabot/cargo/thiserror-2…

Merge pull request #458 from spacemeshos/dependabot/cargo/thiserror-2… #1650

Triggered via push December 24, 2024 08:41
Status Success
Total duration 2m 40s
Artifacts

audit.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
manually reimplementing `div_ceil`: scrypt-ocl/src/lib.rs#L287
warning: manually reimplementing `div_ceil` --> scrypt-ocl/src/lib.rs:287:17 | 287 | (labels_to_init + self.preferred_wg_size_mult - 1) / self.preferred_wg_size_mult | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `.div_ceil()`: `labels_to_init.div_ceil(self.preferred_wg_size_mult)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_div_ceil = note: `#[warn(clippy::manual_div_ceil)]` on by default
manually reimplementing `div_ceil`: src/prove.rs#L118
warning: manually reimplementing `div_ceil` --> src/prove.rs:118:52 | 118 | let end_group = std::cmp::max(start_group + 1, (nonces.end + per_aes - 1) / per_aes); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `.div_ceil()`: `nonces.end.div_ceil(per_aes)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_div_ceil = note: `#[warn(clippy::manual_div_ceil)]` on by default
security_audit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
security_audit
1 warnings found!