From 147a4ed141accc83aa2781b2468d3d950674f8e7 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 31 Jan 2023 12:03:30 -0600 Subject: [PATCH] Update electrsd to version 0.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 337c47c67..ed32f32f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ dev-getrandom-wasm = ["getrandom/js"] [dev-dependencies] lazy_static = "1.4" env_logger = "0.7" -electrsd = "0.21" +electrsd = "0.22" # Move back to importing from rust-bitcoin once https://github.com/rust-bitcoin/rust-bitcoin/pull/1342 is released base64 = "^0.13" assert_matches = "1.5.0"