Skip to content

Update Rust crate dprint-core to 0.65 - autoclosed #497

Update Rust crate dprint-core to 0.65 - autoclosed

Update Rust crate dprint-core to 0.65 - autoclosed #497

Triggered via pull request July 30, 2023 19:32
Status Success
Total duration 1m 49s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

security-audit.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
struct `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` has no field named `single_line_separator`: crates/ditto-fmt/src/syntax.rs#L199
error[E0560]: struct `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` has no field named `single_line_separator` --> crates/ditto-fmt/src/syntax.rs:199:13 | 199 | single_line_separator: ", ".into(), | ^^^^^^^^^^^^^^^^^^^^^ `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` does not have this field | = note: available fields are: `prefer_hanging`, `force_use_new_lines`, `allow_blank_lines`, `indent_width`, `single_line_options` ... and 2 others
struct `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` has no field named `single_line_space_at_end`: crates/ditto-fmt/src/syntax.rs#L198
error[E0560]: struct `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` has no field named `single_line_space_at_end` --> crates/ditto-fmt/src/syntax.rs:198:13 | 198 | single_line_space_at_end: single_line_pad, | ^^^^^^^^^^^^^^^^^^^^^^^^ `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` does not have this field | = note: available fields are: `prefer_hanging`, `force_use_new_lines`, `allow_blank_lines`, `indent_width`, `single_line_options` ... and 2 others
struct `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` has no field named `single_line_space_at_start`: crates/ditto-fmt/src/syntax.rs#L197
error[E0560]: struct `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` has no field named `single_line_space_at_start` --> crates/ditto-fmt/src/syntax.rs:197:13 | 197 | single_line_space_at_start: single_line_pad, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `dprint_core::formatting::ir_helpers::GenSeparatedValuesOptions` does not have this field | = note: available fields are: `prefer_hanging`, `force_use_new_lines`, `allow_blank_lines`, `indent_width`, `single_line_options` ... and 2 others
audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/audit-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/
audit
1 warnings found!
audit
Unknown warning kind unsound found, please, file a bug