diff --git a/Cargo.lock b/Cargo.lock index ff47551..03e1abe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1959,9 +1959,9 @@ dependencies = [ [[package]] name = "ratatui-image" -version = "10.0.8" +version = "11.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a10dbbf11c4f3cf810ec227010d1ba0a4ce515f0d3b319920e30dd4cbc99d211" +checksum = "e000b7a22eae639460bc6ec8bb1cc689ecae5b0ed21935cd7d7dd52d38270c86" dependencies = [ "base64-simd", "icy_sixel", @@ -1969,6 +1969,7 @@ dependencies = [ "rand 0.8.6", "ratatui", "rustix 0.38.44", + "self_cell", "thiserror 1.0.69", "windows", ] @@ -2248,6 +2249,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" 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