build(deps): bump the cargo group across 1 directory with 10 updates #216
Annotations
2 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
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__
|
The logs for this run have expired and are no longer available.
Loading