chore(deps): bump ratatui-image from 11.0.2 to 11.0.3
Check for typos / check-typos (push) Has been cancelled

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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-03 05:48:27 +00:00
committed by GitHub
parent 8502628b87
commit 94796e35cb
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -1695,9 +1695,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",
+1 -1
View File
@@ -32,7 +32,7 @@ oneshot = { version = "0.2.1", features = ["std"], default-features = false }
portable-pty = "0.9.0"
rand = { version = "0.10.1", optional = true }
ratatui = { version = "0.30.0", features = ["crossterm"], default-features = false }
ratatui-image = { version = "11.0.2", default-features = false, features = ["crossterm", "image-defaults"] }
ratatui-image = { version = "11.0.3", default-features = false, features = ["crossterm", "image-defaults"] }
time = { version = "0.3.47", features = ["formatting", "local-offset", "macros"], default-features = false }
tree-sitter-bash = "0.25.1"
tree-sitter-highlight = "0.26.8"