From 84c061b6bc6abd0905afb51109c88cab1b03f4ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 09:39:58 +0000 Subject: [PATCH] deps: bump coins-bip39 Bumps the cargo-minor-and-patch group with 1 update in the / directory: [coins-bip39](https://github.com/summa-tx/coins). Updates `coins-bip39` from 0.13.0 to 0.13.1 - [Release notes](https://github.com/summa-tx/coins/releases) - [Commits](https://github.com/summa-tx/coins/compare/v0.13.0...0.13.1) --- updated-dependencies: - dependency-name: coins-bip39 dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-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 b170aac..01fb21c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -262,9 +262,9 @@ dependencies = [ [[package]] name = "coins-bip39" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57a98df2f583fadfaba6b093112a7f1220ff810ea65e41d2fb7ebbee7c265d33" +checksum = "07ccb31dbb25bf261ba5bf34d4871445935f4ea106fbec3eddaec442516e03ff" dependencies = [ "bitvec", "coins-bip32 0.13.1",