Update to ratatui-image@1.0.0 (#241)

This commit is contained in:
Benjamin Grosse 2024-04-02 16:01:00 +01:00 committed by GitHub
parent a98bbd97be
commit 72d35431de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -46,7 +46,7 @@ notify-rust = { version = "4.10.0", default-features = false, features = ["zbus"
open = "3.2.0"
rand = "0.8.5"
ratatui = "0.23"
ratatui-image = { version = "0.8.1", features = ["serde"] }
ratatui-image = { version = "1.0.0", features = ["serde"] }
regex = "^1.5"
rpassword = "^7.2"
serde = "^1.0"