From 02fe158cbf5e1500772cd6dcb482f827736a00ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 09:28:37 +0000 Subject: [PATCH] build(deps): bump ratatui-image from 10.0.8 to 11.0.3 Bumps [ratatui-image](https://github.com/ratatui/ratatui-image) from 10.0.8 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/v10.0.8...v11.0.3) --- updated-dependencies: - dependency-name: ratatui-image dependency-version: 11.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 +++++++++-- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eadb170..0a9c96e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2301,9 +2301,9 @@ dependencies = [ [[package]] name = "ratatui-image" -version = "10.0.8" +version = "11.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a10dbbf11c4f3cf810ec227010d1ba0a4ce515f0d3b319920e30dd4cbc99d211" +checksum = "dad0eed12f8df9b9245aa1fc71a8cfcbba36ae3b6cb1e7896a01379027da2563" dependencies = [ "base64-simd", "icy_sixel", @@ -2311,6 +2311,7 @@ dependencies = [ "rand 0.8.7", "ratatui", "rustix 0.38.44", + "self_cell", "thiserror 1.0.69", "windows", ] @@ -2716,6 +2717,12 @@ dependencies = [ "libc", ] +[[package]] +name = "self_cell" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ab42ca02749e120097e328d91d415325bdf43b1c72c4c8badf37375fe40a813" + [[package]] name = "semver" version = "1.0.28" diff --git a/Cargo.toml b/Cargo.toml index e37f940..6335c8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,5 +33,5 @@ crossterm = "0.29.0" serde-saphyr = "0.0.11" unicode-width = "0.2.0" gethostname = "1.1.0" -ratatui-image = { version = "10.0", default-features = false, features = ["crossterm"] } +ratatui-image = { version = "11.0", default-features = false, features = ["crossterm"] } image = { version = "0.25", default-features = false, features = ["jpeg"] }