From 84cda4ac67b0d2ae79b0500a8ebcd7b4f3fb60ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 10:55:35 +0000 Subject: [PATCH] build(deps): bump termlens from 0.6.1 to 0.7.0 Bumps [termlens](https://github.com/vyncint/termlens) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/vyncint/termlens/releases) - [Changelog](https://github.com/vyncint/termlens/blob/main/CHANGELOG.md) - [Commits](https://github.com/vyncint/termlens/compare/v0.6.1...v0.7.0) --- updated-dependencies: - dependency-name: termlens dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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