From a603f65c02e1bc7023b265c49409716404f65e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 15:21:15 +0000 Subject: [PATCH] chore(deps): bump hjkl-splash from 0.2.0 to 0.27.0 Bumps [hjkl-splash](https://github.com/kryptic-sh/hjkl-splash) from 0.2.0 to 0.27.0. - [Commits](https://github.com/kryptic-sh/hjkl-splash/commits) --- updated-dependencies: - dependency-name: hjkl-splash dependency-version: 0.25.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 0643127..6ea5355 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2075,9 +2075,9 @@ dependencies = [ [[package]] name = "hjkl-splash" -version = "0.2.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e38f603523defba5c303f13b8c4d2a998f77c0d656296f1a79efd4a3ac73707a" +checksum = "5561355a7c5fa5dcb1a688c090d7110ab1b427c714df0152cc9605df7fb27024" [[package]] name = "hjkl-xdg" diff --git a/Cargo.toml b/Cargo.toml index 4180eb5..6d55d7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ buffr-view-source = { path = "crates/buffr-view-source" } hjkl-engine = "0.5" hjkl-buffer = "0.6" hjkl-clipboard = "0.25" -hjkl-splash = "0.2" +hjkl-splash = "0.27" hjkl-config = "0.25" hjkl-bonsai = "0.6"