Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] 035f209262 chore(deps): bump ratatui-image from 10.0.6 to 11.0.2
Check for typos / check-typos (push) Has been cancelled
XTask Checks / DocGen (push) Has been cancelled
Bumps [ratatui-image](https://github.com/ratatui/ratatui-image) from 10.0.6 to 11.0.2.
- [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.6...v11.0.2)

---
updated-dependencies:
- dependency-name: ratatui-image
  dependency-version: 11.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-12 02:34:46 +00:00
2 changed files with 10 additions and 3 deletions
Generated
+9 -2
View File
@@ -1695,9 +1695,9 @@ dependencies = [
[[package]]
name = "ratatui-image"
version = "10.0.6"
version = "11.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c57add959ab80c9a92be620fa6f8e4a64f7c014829250ba78862e8d81a903cb5"
checksum = "535e2a5f434ea3308977e6664b4386c3d663951a222e338cb7480d8742fe7773"
dependencies = [
"base64-simd",
"icy_sixel",
@@ -1705,6 +1705,7 @@ dependencies = [
"rand 0.8.5",
"ratatui 0.30.0",
"rustix 0.38.44",
"self_cell",
"thiserror 1.0.69",
"windows",
]
@@ -1924,6 +1925,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"
+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 = "10.0.6", default-features = false, features = ["crossterm", "image-defaults"] }
ratatui-image = { version = "11.0.2", 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"