Skip to content

updating dependencies #35

updating dependencies

updating dependencies #35

Triggered via push November 18, 2023 13:36
Status Success
Total duration 2m 57s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
use of `or_insert_with` to construct default value: src/state.rs#L287
warning: use of `or_insert_with` to construct default value --> src/state.rs:287:14 | 287 | .or_insert_with(HashMap::new) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `or_default()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default
use of `or_insert_with` to construct default value: src/state.rs#L213
warning: use of `or_insert_with` to construct default value --> src/state.rs:213:14 | 213 | .or_insert_with(HashMap::new) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `or_default()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default = note: `#[warn(clippy::unwrap_or_default)]` on by default
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/