diff --git a/Cargo.lock b/Cargo.lock index bc018d1..01bcfb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1471,9 +1471,9 @@ dependencies = [ [[package]] name = "ratatui-image" -version = "8.0.2" +version = "8.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d2d8ad028fcbb171d83cfdeaf44df17bf0eae3585bdd7f89bc87af98fc71b0e" +checksum = "3ecc67e9f7d0ac69e0f712f58b1a9d5a04d8daeeb3628f4d6b67580abb88b7cb" dependencies = [ "base64-simd", "icy_sixel", diff --git a/Cargo.toml b/Cargo.toml index e63be5d..32fbaf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ ansi-to-tui = "7.0.0" # Why is this not in the standard library yet? Used for string sanitization. regex = "1.12.2" # Image preview -ratatui-image = "8.0.2" +ratatui-image = "8.1.1" image = "0.25.9" # Clipboard support clipboard = "0.5.0"