From f7e77b606e3c54c8743de52411736b48117f46a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 19:03:13 +0000 Subject: [PATCH] Bump bitcoin_slices from 0.8.0 to 0.9.0 Bumps [bitcoin_slices](https://github.com/RCasatta/bitcoin_slices) from 0.8.0 to 0.9.0. - [Commits](https://github.com/RCasatta/bitcoin_slices/commits) --- updated-dependencies: - dependency-name: bitcoin_slices dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1d19c49..bc837aea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,9 +139,9 @@ dependencies = [ [[package]] name = "bitcoin_slices" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8041a1be831c809ada090db2e3bd1469c65b72321bb2f31d7f56261eefc8321" +checksum = "b0c2d2aa6c95757d94701123e5da8392fef1a4b8462564045d9309a8e11b0d22" dependencies = [ "bitcoin", "bitcoin_hashes", diff --git a/Cargo.toml b/Cargo.toml index 4ad768ee..70d8a75b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ spec = "internal/config_specification.toml" [dependencies] anyhow = "1.0" bitcoin = { version = "0.32.3", features = ["serde", "rand-std"] } -bitcoin_slices = { version = "0.8", features = ["bitcoin", "sha2"] } +bitcoin_slices = { version = "0.9", features = ["bitcoin", "sha2"] } bitcoincore-rpc = { version = "0.19.0" } configure_me = "0.4" crossbeam-channel = "0.5"