Bump serde from 1.0.202 to 1.0.207 #669
Annotations
16 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
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/
|
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/
|
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/
|
src/lib/mod.rs#L114
lint `clippy::for_loops_over_fallibles` has been renamed to `for_loops_over_fallibles`
|
src/lib/mod.rs#L30
doc list item missing indentation
|
src/lib/config.rs#L34
this lifetime isn't used in the impl
|
src/lib/config.rs#L46
this lifetime isn't used in the impl
|
src/lib/config.rs#L67
this `impl` can be derived
|
src/lib/config.rs#L83
this `impl` can be derived
|
src/lib/mod.rs#L112
unnecessary use of `get(&i).is_some()`
|
src/lib/mod.rs#L228
`filter_map()` will run forever if the iterator repeatedly produces an `Err`
|
src/lib/mod.rs#L462
`filter_map()` will run forever if the iterator repeatedly produces an `Err`
|
|
This job succeeded
Loading