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