From c446fa5d2368a8d1c6714454e0df19ae4a5eb31e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:26:35 +0000 Subject: [PATCH] chore(deps): bump kobe-btc from 0.5.3 to 0.5.4 Bumps [kobe-btc](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-btc 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..bfef6bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1696,9 +1696,9 @@ dependencies = [ [[package]] name = "kobe-btc" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3846043d0a6d0f3e853eec2af2957d970bc5d8cb8c528c0a6c9449dc6c97ba6" +checksum = "0abd68462e5d84b7dec00af9ed7b794fa8b1ad4e424c0d8468dd27fcb5db4033" dependencies = [ "bip39", "bitcoin",