diff --git a/Cargo.lock b/Cargo.lock index dffea9c..673d705 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1560,9 +1560,9 @@ dependencies = [ [[package]] name = "termlens" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b76566a0782145bfc8034bfb806beda713e750f6f902d74eb6a83d6bc4a52675" +checksum = "037018c17834c72ff38b952b5de436b67cb396c43e5c12a839cbf79b0ceb0613" dependencies = [ "insta", "libc", diff --git a/Cargo.toml b/Cargo.toml index 61e0218..5103d91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ libc = "0.2" # The end-to-end suite: the real binary, in a real PTY, asserted on the rendered # screen — and, with `decode`, on the pixels of the images that went out over # kitty and sixel, which no rendered screen can show. -termlens = { version = "0.6.1", features = ["decode"] } +termlens = { version = "0.7.0", features = ["decode"] } [profile.release] lto = true