From 0e41f23180cb565444def5623fe709fcbf4d87d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 05:56:24 +0000 Subject: [PATCH] build(deps): bump ratatui-image from 10.0.8 to 11.0.1 Bumps [ratatui-image](https://github.com/ratatui/ratatui-image) from 10.0.8 to 11.0.1. - [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.1) --- updated-dependencies: - dependency-name: ratatui-image dependency-version: 11.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 ++++++++++++----- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1834bc2..8560fb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -575,7 +575,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -1928,9 +1928,9 @@ dependencies = [ [[package]] name = "ratatui-image" -version = "10.0.8" +version = "11.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a10dbbf11c4f3cf810ec227010d1ba0a4ce515f0d3b319920e30dd4cbc99d211" +checksum = "3f91458ac9dca7d54e0b6220141f984babed54b651cec4674e25865067b7dbbd" dependencies = [ "base64-simd", "icy_sixel", @@ -1938,6 +1938,7 @@ dependencies = [ "rand 0.8.6", "ratatui", "rustix 0.38.44", + "self_cell", "thiserror 1.0.69", "windows", ] @@ -2151,7 +2152,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.12.1", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2216,6 +2217,12 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" +[[package]] +name = "self_cell" +version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" + [[package]] name = "semver" version = "1.0.27" @@ -2499,7 +2506,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix 1.1.4", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 6ecc238..278fc69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tmux-cmc = { git = "https://github.com/ArcavenAE/tmux-cmc", branch = "main" } # TUI ratatui = "0.30" crossterm = "0.29" -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 = ["png", "jpeg"] } # Diff rendering