diff --git a/Cargo.lock b/Cargo.lock index 423d644..cdbaa9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3132,9 +3132,9 @@ dependencies = [ [[package]] name = "ratatui-image" -version = "11.0.2" +version = "11.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "535e2a5f434ea3308977e6664b4386c3d663951a222e338cb7480d8742fe7773" +checksum = "dad0eed12f8df9b9245aa1fc71a8cfcbba36ae3b6cb1e7896a01379027da2563" dependencies = [ "base64-simd", "icy_sixel", diff --git a/Cargo.toml b/Cargo.toml index 4a2308b..5d78cdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ tui-input = { version = "0.15.3", optional = true } crossterm = { version = "0.29.0", optional = true } strum = { version = "0.28.0", features = ["derive"], optional = true } strum_macros = { version = "0.28.0", optional = true } -ratatui-image = { version = "11.0.2", default-features = false, features = ["crossterm", "image-defaults"], optional = true } +ratatui-image = { version = "11.0.3", default-features = false, features = ["crossterm", "image-defaults"], optional = true } html2text = { version = "0.17.1", optional = true } image = { version = "0.25.10", optional = true } emojis = { version = "0.8.2", optional = true }