From 4fef4533b32a167831d181d816b610dd161c5dc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:57:36 +0000 Subject: [PATCH] deps: bump the cargo-minor-and-patch group across 1 directory with 2 updates Bumps the cargo-minor-and-patch group with 2 updates in the / directory: [coins-bip32](https://github.com/summa-tx/coins) and [coins-bip39](https://github.com/summa-tx/coins). Updates `coins-bip32` from 0.13.1 to 0.13.2 - [Release notes](https://github.com/summa-tx/coins/releases) - [Commits](https://github.com/summa-tx/coins/compare/0.13.1...0.13.2) Updates `coins-bip39` from 0.13.1 to 0.13.2 - [Release notes](https://github.com/summa-tx/coins/releases) - [Commits](https://github.com/summa-tx/coins/compare/0.13.1...0.13.2) --- updated-dependencies: - dependency-name: coins-bip32 dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch - dependency-name: coins-bip39 dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4752b9..444d762 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,9 +234,9 @@ checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a" [[package]] name = "coins-bip32" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1fc16cf8742cbecd285d3465532affa37e23e8120a0ac813f613923c730cd9b" +checksum = "4ec898b40b1c43443eecfcbba555275cd71d390a8ab711bfe98bb47c9600f798" dependencies = [ "bs58", "coins-core", @@ -252,9 +252,9 @@ dependencies = [ [[package]] name = "coins-bip39" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07ccb31dbb25bf261ba5bf34d4871445935f4ea106fbec3eddaec442516e03ff" +checksum = "bc93a7279d207eac6a187a3408bb64a5299f3143ffed6c49b833720062e5fd79" dependencies = [ "bitvec", "coins-bip32",