From c4086ca4f1134aa1efcc22de1aa964ecb13edf9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:57:58 +0200 Subject: [PATCH] Bump bitcoin_slices from 0.9.0 to 0.9.1 (#1120) Bumps [bitcoin_slices](https://github.com/RCasatta/bitcoin_slices) from 0.9.0 to 0.9.1. - [Commits](https://github.com/RCasatta/bitcoin_slices/commits/0.9.1) --- updated-dependencies: - dependency-name: bitcoin_slices dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 329cfdb96..ded97d32b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,9 +139,9 @@ dependencies = [ [[package]] name = "bitcoin_slices" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0c2d2aa6c95757d94701123e5da8392fef1a4b8462564045d9309a8e11b0d22" +checksum = "0d2eede678354292a3e0c066e1c113f9868c705dfa8f91346d6b6f7c294205b0" dependencies = [ "bitcoin", "bitcoin_hashes",