Update to ratatui-image@0.4.3 to use native sixel lib (#181)

This commit is contained in:
Benjamin Grosse 2023-11-24 15:22:39 -08:00 committed by GitHub
parent 1ae22086f6
commit 4236d9f53e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 31 deletions

View file

@ -40,7 +40,7 @@ markup5ever_rcdom = "0.2.0"
mime = "^0.3.16"
mime_guess = "^2.0.4"
open = "3.2.0"
ratatui-image = { version = "0.4.1", features = ["serde"] }
ratatui-image = { version = "0.4.3", features = ["serde"] }
regex = "^1.5"
rpassword = "^7.2"
serde = "^1.0"