Skip to content

build(deps): bump the cargo group across 1 directory with 8 updates #177

build(deps): bump the cargo group across 1 directory with 8 updates

build(deps): bump the cargo group across 1 directory with 8 updates #177

Triggered via pull request August 20, 2024 09:23
Status Success
Total duration 3m 39s
Artifacts

ci.yaml

on: pull_request
Build & Test Project
3m 30s
Build & Test Project
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Build & Test Project
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build & Test Project: crates/tui/src/widget/text_box.rs#L174
[clippy] reported by reviewdog 🐶 warning: use of deprecated method `tui_textarea::TextArea::<'a>::widget`: calling this method is no longer necessary on rendering a textarea. pass &TextArea reference to `Frame::render_widget` method call directly --> crates/tui/src/widget/text_box.rs:174:24 | 174 | state.area.widget(), | ^^^^^^ | = note: `#[warn(deprecated)]` on by default Raw Output: crates/tui/src/widget/text_box.rs:174:24:w:warning: use of deprecated method `tui_textarea::TextArea::<'a>::widget`: calling this method is no longer necessary on rendering a textarea. pass &TextArea reference to `Frame::render_widget` method call directly --> crates/tui/src/widget/text_box.rs:174:24 | 174 | state.area.widget(), | ^^^^^^ | = note: `#[warn(deprecated)]` on by default __END__