From 1c5c2e2dd2254d26696d88e15277e1f813c6b1bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:36:37 +0000 Subject: [PATCH] Bump bitcoin_slices from 0.6.0 to 0.6.2 Bumps [bitcoin_slices](https://github.com/RCasatta/bitcoin_slices) from 0.6.0 to 0.6.2. - [Commits](https://github.com/RCasatta/bitcoin_slices/commits/0.6.2) --- updated-dependencies: - dependency-name: bitcoin_slices dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44e580937..fa12f092c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,11 +99,12 @@ dependencies = [ [[package]] name = "bitcoin_slices" -version = "0.6.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13c03df40e62cef35166f0ddf8268917142f38de88955fcc0721b28820160704" +checksum = "df6bcb852d9bbd32230b600e2633cdd23d6dcdab3116ab53285dc45075b9ce51" dependencies = [ "bitcoin", + "bitcoin_hashes", "sha2", ]