From 137376d8da4a35fbcdace461aae2eab4e758aedf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:26:22 +0000 Subject: [PATCH] chore(deps): bump kobe from 0.5.3 to 0.5.4 Bumps [kobe](https://github.com/qntx/kobe) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/qntx/kobe/releases) - [Commits](https://github.com/qntx/kobe/compare/v0.5.3...v0.5.4) --- updated-dependencies: - dependency-name: kobe dependency-version: 0.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8aec5d..a3dc83a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1685,9 +1685,9 @@ dependencies = [ [[package]] name = "kobe" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31383ec181b5f7aee42c0f0c22919549c5e4b6be4d29f1ce5eecc34fafe3be83" +checksum = "4c067b74fc1851342552c42c3b330e4d1ef45e53c9e6038efd30a5f3741ec2e4" dependencies = [ "bip39", "thiserror",