Skip to content

build(deps): Bump serde from 1.0.210 to 1.0.213 #147

build(deps): Bump serde from 1.0.210 to 1.0.213

build(deps): Bump serde from 1.0.210 to 1.0.213 #147

Triggered via pull request October 22, 2024 22:34
Status Success
Total duration 32s
Artifacts

check.yaml

on: pull_request
stable / format
14s
stable / format
Matrix: clippy
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
unneeded `return` statement: src/utils.rs#L61
warning: unneeded `return` statement --> src/utils.rs:61:17 | 61 | return Some(entry.into_path().parent().unwrap().into()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default help: remove `return` | 61 - return Some(entry.into_path().parent().unwrap().into()); 61 + Some(entry.into_path().parent().unwrap().into()) |
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
beta / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
stable / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/