From bb745d254af5f4ce3147bf8b645cfcdd34484d8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 11:35:35 +0000 Subject: [PATCH] chore(deps): bump hjkl-clipboard from 0.25.0 to 0.27.0 Bumps [hjkl-clipboard](https://github.com/kryptic-sh/hjkl-clipboard) from 0.25.0 to 0.27.0. - [Commits](https://github.com/kryptic-sh/hjkl-clipboard/commits) --- updated-dependencies: - dependency-name: hjkl-clipboard dependency-version: 0.27.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 839e237..6c44fb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1939,9 +1939,9 @@ dependencies = [ [[package]] name = "hjkl-clipboard" -version = "0.25.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89804d04a073fdf26f3aea9d7533be9581bca28f3634453cdb9442258d8a49c9" +checksum = "c83107af21bf677a0b3ac79e72f9c1524d78e960d86a769cb25424acdfea64f9" dependencies = [ "async-trait", "bitflags 2.11.1", diff --git a/Cargo.toml b/Cargo.toml index af10081..ea014ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ buffr-view-source = { path = "crates/buffr-view-source" } # breakage is gated by the leading-zero version. hjkl-engine = "0.5" hjkl-buffer = "0.6" -hjkl-clipboard = "0.25" +hjkl-clipboard = "0.27" hjkl-splash = "0.2" hjkl-config = "0.25" hjkl-bonsai = "0.6"