From c97f973c241f053108d877a9d6decff272b3c319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 15:18:49 +0000 Subject: [PATCH] chore(deps): bump hjkl-bonsai from 0.6.1 to 0.27.0 Bumps [hjkl-bonsai](https://github.com/kryptic-sh/hjkl-bonsai) from 0.6.1 to 0.27.0. - [Commits](https://github.com/kryptic-sh/hjkl-bonsai/commits) --- updated-dependencies: - dependency-name: hjkl-bonsai dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 +++++++++++++++++----- Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0643127..b4def11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2006,15 +2006,16 @@ checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" [[package]] name = "hjkl-bonsai" -version = "0.6.1" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "908041907d7f641e54b094e3c86febd9b485df253b92508dfe523ef60223605f" +checksum = "929b24df85cc209f54e584fb84d6d19adb1c064489b4af7542fd71f36d433dad" dependencies = [ "anyhow", "dirs", + "hjkl-theme", "hjkl-xdg", "libloading 0.9.0", - "ratatui", + "regex", "serde", "thiserror 2.0.18", "toml", @@ -2079,11 +2080,22 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e38f603523defba5c303f13b8c4d2a998f77c0d656296f1a79efd4a3ac73707a" +[[package]] +name = "hjkl-theme" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e3ee6a2c5cc91fb6f2510d28328a3a05ef44e0f21d44c399344d28535a60f7b" +dependencies = [ + "serde", + "thiserror 2.0.18", + "toml", +] + [[package]] name = "hjkl-xdg" -version = "0.1.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a9818d4389b1cc9d8ea54f57f388f3a58d3f80315e0ceb66903813a26c3fa1f" +checksum = "716f38128ab2768ff3a47d98f041846f3fa1d1f6bb41209dd95e568c6d5ba734" dependencies = [ "dirs", "thiserror 2.0.18", diff --git a/Cargo.toml b/Cargo.toml index 4180eb5..27554ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ hjkl-buffer = "0.6" hjkl-clipboard = "0.25" hjkl-splash = "0.2" hjkl-config = "0.25" -hjkl-bonsai = "0.6" +hjkl-bonsai = "0.27" [profile.release] lto = "thin"