From 85131e477bb56acecfc1735af287ada54d39fd5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 17:36:52 +0000 Subject: [PATCH] chore(deps): bump hjkl-bonsai from 0.5.2 to 0.6.2 Bumps [hjkl-bonsai](https://github.com/kryptic-sh/hjkl-bonsai) from 0.5.2 to 0.6.2. - [Changelog](https://github.com/kryptic-sh/hjkl-bonsai/blob/main/CHANGELOG.md) - [Commits](https://github.com/kryptic-sh/hjkl-bonsai/compare/v0.5.2...v0.6.2) --- updated-dependencies: - dependency-name: hjkl-bonsai dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 +++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e9c425..79e4994 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2092,12 +2092,13 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hjkl-bonsai" -version = "0.5.2" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14e8adda796d3187a0d8ea2976b9ff857897a15fce0018e261fd1dea340f4355" +checksum = "a3776cfca536a004ae962cb8cac098571f9222caaef85fe80d16fa06c134e601" dependencies = [ "anyhow", "dirs", + "hjkl-xdg", "libloading", "ratatui 0.30.0", "serde", @@ -2211,6 +2212,16 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e38f603523defba5c303f13b8c4d2a998f77c0d656296f1a79efd4a3ac73707a" +[[package]] +name = "hjkl-xdg" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a9818d4389b1cc9d8ea54f57f388f3a58d3f80315e0ceb66903813a26c3fa1f" +dependencies = [ + "dirs", + "thiserror 2.0.18", +] + [[package]] name = "hkdf" version = "0.12.4" @@ -3058,9 +3069,9 @@ dependencies = [ [[package]] name = "libloading" -version = "0.8.9" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" +checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60" dependencies = [ "cfg-if", "windows-link 0.2.1", diff --git a/Cargo.toml b/Cargo.toml index 199aa6c..0c30ae7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ which = "8" # hjkl deps use caret-minor pins; consumers track minor bumps from crates.io. hjkl-splash = "0.2" -hjkl-bonsai = "0.5" +hjkl-bonsai = "0.6" hjkl-editor = "0.3" hjkl-buffer = { version = "0.3", features = ["ratatui"] } hjkl-engine = { version = "0.3", features = ["crossterm"] }