Skip to content

bump deps

bump deps #230

Triggered via pull request June 1, 2024 11:20
Status Failure
Total duration 2m 0s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 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)]`
multiple versions for dependency `bitflags`: 1.3.2, 2.5.0: src/main.rs#L1
error: multiple versions for dependency `bitflags`: 1.3.2, 2.5.0 | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions = note: `-D clippy::multiple-crate-versions` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::multiple_crate_versions)]`
multiple versions for dependency `hashbrown`: 0.12.3, 0.14.5: src/main.rs#L1
error: multiple versions for dependency `hashbrown`: 0.12.3, 0.14.5 | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
multiple versions for dependency `indexmap`: 1.9.3, 2.2.6: src/main.rs#L1
error: multiple versions for dependency `indexmap`: 1.9.3, 2.2.6 | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
multiple versions for dependency `redox_syscall`: 0.2.16, 0.3.5: src/main.rs#L1
error: multiple versions for dependency `redox_syscall`: 0.2.16, 0.3.5 | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
multiple versions for dependency `syn`: 1.0.109, 2.0.66: src/main.rs#L1
error: multiple versions for dependency `syn`: 1.0.109, 2.0.66 | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
multiple versions for dependency `time`: 0.1.45, 0.3.20: src/main.rs#L1
error: multiple versions for dependency `time`: 0.1.45, 0.3.20 | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
multiple versions for dependency `toml_edit`: 0.19.8, 0.22.13: src/main.rs#L1
error: multiple versions for dependency `toml_edit`: 0.19.8, 0.22.13 | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
multiple versions for dependency `wasi`: 0.10.0+wasi-snapshot-preview1, 0.11.0+wasi-snapshot-preview1: src/main.rs#L1
error: multiple versions for dependency `wasi`: 0.10.0+wasi-snapshot-preview1, 0.11.0+wasi-snapshot-preview1 | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
multiple versions for dependency `windows`: 0.39.0, 0.47.0, 0.56.0: src/main.rs#L1
error: multiple versions for dependency `windows`: 0.39.0, 0.47.0, 0.56.0 | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
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/.