Skip to content

bump deps

bump deps #231

Triggered via pull request June 1, 2024 11:40
@AraxeusAraxeus
synchronize #72
bump-deps
Status Failure
Total duration 1m 57s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
multiple fields are never read: src/structs/prompt_renderer.rs#L14
error: multiple fields are never read --> src/structs/prompt_renderer.rs:14:9 | 12 | pub struct Theme { | ----- fields in this struct 13 | /// The style for default values 14 | pub defaults_style: Style, | ^^^^^^^^^^^^^^ ... 30 | pub hint_style: Style, | ^^^^^^^^^^ ... 36 | pub inactive_item_style: Style, | ^^^^^^^^^^^^^^^^^^^ ... 42 | pub checked_item_prefix: StyledObject<String>, | ^^^^^^^^^^^^^^^^^^^ 43 | /// Unchecked item in multi select prefix value and style 44 | pub unchecked_item_prefix: StyledObject<String>, | ^^^^^^^^^^^^^^^^^^^^^ 45 | /// Picked item in sort prefix value and style 46 | pub picked_item_prefix: StyledObject<String>, | ^^^^^^^^^^^^^^^^^^ 47 | /// Unpicked item in sort prefix value and style 48 | pub unpicked_item_prefix: StyledObject<String>, | ^^^^^^^^^^^^^^^^^^^^ ... 54 | pub inline_selections: bool, | ^^^^^^^^^^^^^^^^^ | = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]`
unnecessary structure name repetition: src/structs/prompt_renderer.rs#L229
error: unnecessary structure name repetition --> src/structs/prompt_renderer.rs:229:59 | 229 | pub const fn new(term: &'a Term, theme: &'a Theme) -> TermRenderer<'a> { | ^^^^^^^^^^^^^^^^ help: use the applicable keyword: `Self` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#use_self = note: `-D clippy::use-self` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::use_self)]`
Run checks
Clippy had exited with the 101 exit code
Run checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.