From e115a85cf57a3d231a4e85430a1899a1a6cb775b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 11:34:40 +0000 Subject: [PATCH] chore(deps): bump hjkl-config from 0.25.0 to 0.27.0 Bumps [hjkl-config](https://github.com/kryptic-sh/hjkl-config) from 0.25.0 to 0.27.0. - [Commits](https://github.com/kryptic-sh/hjkl-config/commits) --- updated-dependencies: - dependency-name: hjkl-config 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..de16c29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1951,9 +1951,9 @@ dependencies = [ [[package]] name = "hjkl-config" -version = "0.25.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad3bc3d65ee3102fbf062a7376b9d5f1813fbfd05686e65b972f1cfd8a99e69d" +checksum = "eed80c017d97581d0428b0b819601fed210646fbbcdcd772d61d8df7de935050" dependencies = [ "dirs", "serde", diff --git a/Cargo.toml b/Cargo.toml index af10081..6e56f8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ hjkl-engine = "0.5" hjkl-buffer = "0.6" hjkl-clipboard = "0.25" hjkl-splash = "0.2" -hjkl-config = "0.25" +hjkl-config = "0.27" hjkl-bonsai = "0.6" [profile.release]