diff --git a/Cargo.lock b/Cargo.lock index 1834bc2..e913e03 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.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a10dbbf11c4f3cf810ec227010d1ba0a4ce515f0d3b319920e30dd4cbc99d211" +checksum = "535e2a5f434ea3308977e6664b4386c3d663951a222e338cb7480d8742fe7773" 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