Update deps (#134)

* Pin ratatui and ratatui-image deps

* Update deps
This commit is contained in:
June
2026-01-31 17:32:25 -06:00
committed by GitHub
parent 2d40444273
commit f2be5e39fb
6 changed files with 399 additions and 749 deletions
+1
View File
@@ -116,6 +116,7 @@ pub fn start_converting_loop(
let (to_converter_tx, from_main_rx) = unbounded();
let (to_main_tx, from_converter_rx) = unbounded();
#[expect(deprecated)]
let mut picker = Picker::from_fontsize(FONT_SIZE);
picker.set_protocol_type(proto);