From 8f7396b504ff0557904af28e9cba8bb29dc1991f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 00:04:44 +0000 Subject: [PATCH] build(deps): bump ratatui-image from 11.0.2 to 11.0.3 Bumps [ratatui-image](https://github.com/ratatui/ratatui-image) from 11.0.2 to 11.0.3. - [Release notes](https://github.com/ratatui/ratatui-image/releases) - [Changelog](https://github.com/ratatui/ratatui-image/blob/master/CHANGELOG.md) - [Commits](https://github.com/ratatui/ratatui-image/compare/v11.0.2...v11.0.3) --- updated-dependencies: - dependency-name: ratatui-image dependency-version: 11.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }