From b84408cd6fc1c87c8710f6fd3f1f09947135ac5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 00:08:50 +0000 Subject: [PATCH] chore(deps): update electrsd requirement from 0.40.0 to 0.41.0 Updates the requirements on [electrsd](https://github.com/rust-bitcoin/corepc) to permit the latest version. - [Commits](https://github.com/rust-bitcoin/corepc/compare/electrsd-0.40.0...electrsd-0.41.0) --- updated-dependencies: - dependency-name: electrsd dependency-version: 0.41.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aef30fe..01aa8bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tokio = { version = "1", features = ["time"], optional = true } [dev-dependencies] tokio = { version = "1", features = ["full"] } -electrsd = { version = "0.40.0", default-features = false, features = ["legacy", "esplora_a33e97e1", "bitcoind_download", "bitcoind_29_0"] } +electrsd = { version = "0.41.0", default-features = false, features = ["legacy", "esplora_a33e97e1", "bitcoind_download", "bitcoind_29_0"] } # These pins are needed for `Cargo-minimal.lock`: tar = { version = "0.4.45" } # blame: electrsd v0.38.0 -> bitcoind -> tar log = { version = "0.4.29" } # blame: electrsd v0.38.0 -> bitcoind -> corepc_client