Update deps (specifically the forks of ratatui and ratatui-image)

This commit is contained in:
itsjunetime
2024-08-10 14:30:05 -06:00
parent 248c9b073a
commit f0c0e06c1c
8 changed files with 98 additions and 81 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ fn only_converting(c: &mut Criterion) {
&(all_rendered, file),
|b, (rendered, _)| {
b.to_async(tokio::runtime::Runtime::new().unwrap())
.iter_with_setup(|| rendered.clone(), |rendered| convert_all_files(rendered))
.iter_with_setup(|| rendered.clone(), convert_all_files)
}
);
}